Home Page   #javascript  #perl  #c  #openmoko  #php  #ruby-lang  #apache  #cisco  #java  #mysql   Wallpapers Girl
Reliable $1 Web Hosting by 3iX

Channels


#apache

14 November 2007


Total 14 pages. You are browsing page 1/14.

First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last

--- Log opened Wed Nov 14 00:00:53 2007
00:12 <****> thinkling: loglevel debug
00:12 <****> Use loglevel debug to increase the logging level of Apache. This will typically generate very large log files, and should only be used for short periods. Using this should also help you diagnose one's problems.
00:13 <****> if this is on my web pages
00:13 <****> Apache/1.3.34 Server at localhost Port 80
00:13 <****> am i using apache 1 or 2?
00:14 <****> im figuring 2
00:14 <****> err 1
00:14 <****> but i want 2
00:16 <****> what does "1.3.34" suggest to you, off the top of your brain ?
00:16 <****> and you are running sMackOSX - it's the only reason you have 1.3
00:17 <****> whats sMackOSX?
00:17 <****> probably the OS you're running :)
00:17 <****> im using ubuntu
00:17 <****> fawn
00:18 <****> hi adaptr,
00:18 <****> you've upgraded :)
00:19 <****> branthen you have purposely installed apache1, since its default is to give you 2 when you install apache
00:19 <****> oh he's gone - some people....
00:20 <****> Im having issues with my vhosts, I have two websites but both urls are bringing up the firs site (if that makes sense)
00:20 <****> Im at a bit of a loss......:(
00:20 <****> default vhost
00:20 <****> The first-listed virtual host is always the default one when using name based virtual hosts. See http://www.onlamp.com/pub/a/apache/2004/01/08/apacheckbk.html for more details.
00:21 <****> or, your vhosts are not configured properly to resolve to the right hostname
00:21 <****> thanks, pctony & fajita
00:22 <****> botsnack
00:22 <****> thanks adaptr :)
00:22 <****> I need Help
00:23 <****> who doesna
00:23 <****> KiloByte that much is assumed , since you showed up - what's the problem?
00:23 <****> I need when i upload photos on my apache server to CHMOD them automaticly to 755
00:24 <****> How can i do this?
00:24 <****> how are you uploading them ?
00:25 <****> forget it, I'm off - zzzzzzz
00:25 <****> adaptr, I didn't have anything matching it, i'm off - zzzzzzz
00:25 <****> later all
00:25 <****> via HTTP
00:27 <****> adaptr: [Tue Nov 13 23:31:28 2007] [warn] NameVirtualHost *:80 has no VirtualHosts
00:27 <****> :(
00:27 <****> Men i need help!!!!
00:30 <****> jkitchen: did you find it?
00:30 <****> real privilege separation
00:30 <****> real privilege separation is at the bottom of http://wiki.apache.org/httpd/DifferentUserIDsUsingReverseProxy
00:30 <****> is it possible to influence the module load order on apache 2.2 ?
00:30 <****> bookmark it!
00:30 * rici goes out again
00:31 <****> Please help me!!!!
00:34 <****> KiloByte: calm down! It's your upload app, not apache, that determines file access. Or if nothing sets it, use umask
00:34 <****> aqs: yes, but that's not a sensible question
00:35 <****> How to use umask?
00:35 <****> man umask
00:36 <****> Hiniq
00:36 <****> Big thancks
00:36 <****> I have a tomcat app I am trying to run through mod_proxy/rewrite, there is a jsp with a javascript call to get the page width, works fine directly, but not through the proxy, anyway to pass that info through
00:37 <****> fajita: reverse proxy
00:37 <****> reverse proxy is http://www.apachetutor.org/admin/reverseproxies
00:38 <****> already using the reverse proxy, everything else is working fine except that call and one other that creates an iframe, I fixed that one by proxying the real ip instead of 127.0.0.1
00:39 <****> tried proxypass/proxypassreverse and also rewrite [p]'s with a proxypassreverse
00:41 <****> hell yeah!
00:46 <****> got it, ran it through ajp instead, seemed to work better
00:47 <****> Hello all, I'm having a few problems with a virtualhost. I keep getting an error of "[error] [client ::1] client denied by server configuration:" showing up in my error log file
00:47 <****> that's not overly descriptive!
00:47 <****> client denied by server configuration
00:47 <****> client denied by server configuration is http://wiki.apache.org/httpd/ClientDeniedByServerConfiguration
00:51 <****> niq: you said that the problem is in upload app, but when i upload via FTP CHMOD is small too how can i majorate it?
00:53 <****> I need to change CHMOD only for images
00:54 <****> 644
00:54 <****> 644 is rw-r--r-- (readable by all, writable by owner); this is the best mode to set on files for Apache to read them, unless you chgrp the files to the user apache runs as. If you do this, then 640 (rw-r-----) will prevent other users/processes on the system from accessing the files. Apache user should NEVER be owner of the web content. Never leave Apache with write permissions on a file unless strictly necessary
00:55 <****> hi, i'm having a config problem... my config is here: http://pastebin.com/m451d3353 ... the issue is im trying to use mod_proxy to forward all traffic to a specific port on localhost where i have a web app running
00:55 <****> but whenever i run it this way, i get a 403 Forbidden error on all requests
00:55 <****> forbidden?
00:55 <****> look in the error log or Directory permissions don't permit read, or index.html is missing and Options Indexes is not in effect, or Deny from all is in effect for the directory. Look in the error log http://www.onlamp.com/pub/a/apache/2004/04/22/apacheckbk.html
00:56 <****> hmm
00:57 <****> bahumbug: that's not it... becaquse if i comment out the proxypass and proxypassreverse lines in the config file i pasted
00:57 <****> it all works fine
00:57 <****> but once the proxying is in effect, i get forbidden
00:57 <****> and it should be forwarding all requests to the port, as shown in the config file... would resolves the path to controller/method calls
00:58 <****> Fotos on my server have 644 but the browser never show them, and sohow eror 403 formidibben
00:59 <****> forbidden?
00:59 <****> look in the error log or Directory permissions don't permit read, or index.html is missing and Options Indexes is not in effect, or Deny from all is in effect for the directory. Look in the error log http://www.onlamp.com/pub/a/apache/2004/04/22/apacheckbk.html
01:00 <****> thx
01:02 <****> Great i disabled Deny from All in .httacces and its work
01:02 <****> you are genius thx
01:50 <****> can you do: `httpd -Dfoo -Dbar` or is there a better way to do that?
01:55 <****> entry... BUT in the error log, I get "unable to stat" /usr/lib/cgi-bin/xx.cgi ???
01:56 <****> .. when I ht localhost/cgi-bin/xx.cgi
02:11 <****> /w 14
02:18 <****> well, for some _mysterious_ reasons, the names of the dir and alias dir work, when matching... so ScripAlis /cgi/ /etc/apcahe2/cgi/ worked...
02:20 <****> Apache 2.2.4 (Ubuntu)
02:32 <****> In my directory indexes, I want to hide all directories that start with a "." - How can I do that?
02:32 <****>, but they only work on files. :(
02:39 <****> Figured it out: Just use .htaccess in the "." directories. Not ideal, but it works...
02:40 <****> what is the difference between a load test and a benchmark?
02:42 <****> load test is usually pretty defined , while benchmark can be anything
02:42 <****> even benchmarking the range of the color of the html ouput
02:42 <****> people have crazy ideas of benchmarks
02:46 <****> hi, is it possible to work around the single domain limit for ssl connections?
02:46 <****> no
02:46 <****> not possible
02:47 <****> bummer


Total 14 pages. You are browsing page 1/14.

First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last


Tutti i nuovi CAP Italiani. Come ottenere il database completo