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

Channels


#apache

25 December 2007


Total 6 pages. You are browsing page 4/6.

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

14:46 <****> I created the A record.
14:47 <****> Maybe it takes time to propagate?
15:07 <****> hmpf. No luck adding A record, Daemon.
15:08 <****> I thought for sure that was it.
15:15 <****> someone can help me pls? i got a problem. here is a screen http://www.pennergame.de/ref.php?refid=9250149
15:16 <****> theres nothing at that url.
15:16 <****> tool
15:16 <****> tool is blue
15:16 <****> thanks fajita
15:23 <****> hi there
15:23 <****> hi, loc4lh0st.
15:24 <****> mexican name :P
15:24 <****> i got a problem as everybody does, but i try to solve with no solution
15:24 <****> sup/
15:24 <****> how insightful
15:24 <****> i intallesd apache 2.x in my gentoo box and it gives me this prob
15:24 <****> =) shuddup
15:25 <****> ah, gentoo... theres your problem :)
15:25 <****> localhost apache2 # apache2ctl start
15:25 <****> * Starting apache2 ...
15:25 <****> no listening sockets available, shutting down
15:25 <****> Unable to open logs [ !! ]
15:25 <****> yeah that's true humbug sorry for the lines,
15:25 <****> Maybe your logs are a) not set b) bad permissions?
15:26 <****> | /var/log/apache2/ should have some stuff.
15:26 <****> i have been reading about this prob and the only stupid option i found was that i had to change the port, and that doesn't work
15:26 <****> i haven't setted any logs as far as i know
15:26 <****> hmpf.
15:26 <****> logs are set in the default httpd.conf
15:27 <****> . /var/log/apache2/ is empty
15:27 <****> so check there
15:31 <****> i got this ServerRoot "/usr/lib/apache2"
15:31 <****> but not something related with logs, it should have such a line ?
15:32 <****> hmm... i highly doubt that's it
15:32 <****> all of your /var/log/apache2/ logs are empty?
15:32 <****> LoadModule log_config_module modules/mod_log_config.so
15:32 <****> LoadModule logio_module modules/mod_logio.so
15:32 <****> i got this but i dont think it's related
15:32 <****> yes y
15:32 <****> oh well
15:32 <****> is completly empty
15:32 <****> all my logging stuff is configured in httpd.conf
15:32 <****> maybe its not that way on gentoo
15:33 <****> which line do u have to add ?
15:33 <****> hmm
15:33 <****> are those logs references in your httpd.conf?
15:34 <****> yes those are lines of my conf
15:34 <****> but your error.log should definitely not be empty if you are encountering startup errors
15:35 <****> hmm
15:35 <****> no listening sockets avail. I'm not sure.
15:41 <****> i dont have any error.log
15:42 <****> i dont add any line, its all there by default
15:43 <****> and which is it ?
15:43 <****> ?
15:43 <****> that default line
15:44 <****> i dunno, its pretty obvious in the config
16:10 <****> i have included this http://pastebin.com/m7ef50a3b
16:10 <****> and stil does not work
16:10 <****> i dont know what kinda logs i should settup there
16:14 <****> i'm not able to do anything more, any idea ?
16:22 <****> not without more details
16:22 <****> where you sticking this? what's the error you're getting?
16:22 <****> fajita: doesn't work
16:22 <****> Look buddy, doesn't work is a strong statement. Does it sit on the couch all day? Does it want more money? Is it on IRC all the time? Be specific! Examples of what doesn't work (or the URL) tend to help too, pastebin the config if that's the problem.
16:24 <****> bah
16:24 <****> humbug
16:24 <****> already gone
16:24 <****> *shrugs*
17:01 <****> can i define php5 for apache in a .htaccess file?
17:41 <****> addhandler context
17:41 <****> AddHandler may be used in the following contexts: server config, virtual host, directory, .htaccess
17:41 <****> that would appear to be a yes
17:59 <****> hi
18:14 <****> HO HO HO
18:15 <****> adaptr can i do it over an existing handler?
18:16 * the_sniff Changed Away Msg To: bbl
18:17 <****> eh
18:17 <****> ignore that :p
18:43 <****>
18:43 <****> e.g. mail.* could refer to mail.domain1.com, mail.domain2.com
18:52 <****> fajita: serveralias
18:52 <****> serveralias is http://httpd.apache.org/docs/2.2/mod/core.html#serveralias or http://httpd.apache.org/docs/1.3/mod/core.html#serveralias
18:53 <****> bah
18:53 <****> humbug
18:53 <****> gone as well
19:19 <****> Guys, how do I rewrite http://www.example.com/?ty=page to /page.html ?
19:20 <****> /?ty=page ?
19:21 <****> no, ?ty=page (previouslly dynamic website) to resolve into static files
19:21 <****> to make it seo right?
19:21 <****> ia642: ok. You need RewriteCond to pick query string.
19:22 <****> lamp: is this a good start? RewriteCond %{query_string} ^/\?(.*)
19:23 <****> that most likely needs some editing/debugging
19:25 <****> http://www.avangate.com/articles/url-rewriting_70.htm - might help u
19:29 <****> lamp: for some reason this resolve always to "/" (RewriteCond %{QUERY_STRING} ty=(.*) [NC] and RewriteRule ^ /%1.html [L])
19:39 <****> hi, could someone plz explain me why in http://httpd.apache.org/docs/2.0/misc/rewriteguide.html#url (part: "Virtual User Hosts") RewriteRule ^(.+) %{HTTP_HOST}$1 [C] is necessary?
19:40 <****> is it possible to have unauthenticated access to a virtualhost on the local network, and authenticated access on external network?
19:42 <****> promag-_: yes
19:42 <****> satisfy any
19:42 <****> satisfy any is the way to allow either password or ip address authorisation. or ask me about satisfy or http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequirements
19:43 <****> fajita: satisfy gryzor


Total 6 pages. You are browsing page 4/6.

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


Tutti i nuovi CAP Italiani. Come ottenere il database completo