[EMAIL PROTECTED] Directory index forbidden by Options directive

2006-10-27 Thread Clodoaldo Pinto Neto
I can't see a directory listing for the document root but i see it for the directories bellow it: ServerName yumrepo.s0 DocumentRoot "/var/www/html/yum" Options Indexes Order Allow,Deny Allow from all When I go to http://yumrepo.s0 i get this error: [client 10.1.1.101]

Re: [EMAIL PROTECTED] httpd fails to start - XmlInitUnknownEncoding error, Solaris 10

2006-10-27 Thread Luc I. Suryo
> Thanks for the tip, I double checked and all > required packages are definately installed OK, so still not sure what's > causing this problem I believe this is the libxml issue, do this ldd /usr/local/apache2/bin/httpd what does it show? then assuming you have the Sunfreeware libxml inst

Re: [EMAIL PROTECTED] Problem with mod_rewrite example from Apache manual

2006-10-27 Thread Joshua Slive
On 10/27/06, Júlio Maranhão <[EMAIL PROTECTED]> wrote: The following code was put in a working Apache httpd.conf; RewriteEngine On RewriteCond %{TIME_HOUR} > 20 [OR] RewriteCond %{TIME_HOUR} < 07 No space allowed between the >/< and the number. Joshua. ---

[EMAIL PROTECTED] Problem with mod_rewrite example from Apache manual

2006-10-27 Thread Júlio Maranhão
The following code was put in a working Apache httpd.conf; RewriteEngine On RewriteCond %{TIME_HOUR} > 20 [OR] RewriteCond %{TIME_HOUR} < 07 RewriteRule ^/fridge - [F] Now, "httpd.exe -t" reports the following syntax error: Syntax error on line 392 of .../httpd.conf: RewriteCond: bad flag delim

[EMAIL PROTECTED] Problem building apache 2.2.23 with mod_ldap_auth

2006-10-27 Thread Quentin North
Im trying to build apache 2.2.23 on Centos4 with mod_ldap_auth. Im using the following configure line: ./configure --prefix=/apache --enable-ldap --enable-auth-ldap --with-apr=srclib/apr --with-apr-util=srclib/apr-util When I try the make, I get the following output and errors: [..snip..] Makin

RE: [EMAIL PROTECTED] 'Header set' with 2.2

2006-10-27 Thread Germer, Carsten
Hm, I don't want yet another module/external system in the whole loop on my machines... Shouldnt 'Header set Server "Apache"' do the trick somehow? It sure reads like it in the docs. Anyway, I'll go snoop around our network if there isn't any other Firewall or LoadBalancer in the LAN which can do t

Re: [EMAIL PROTECTED] 'Header set' with 2.2

2006-10-27 Thread Vincent Bray
On 10/27/06, Germer, Carsten <[EMAIL PROTECTED]> wrote: Hi, I've already set "ServerTokens Prod" in "extra/httpd-default.conf". That doesn't fix it entirelly. Still the "main" Server gives me back like "ServerTokens Full" and a Proxyd answer from the application Server comes with a Server-Header

Re: [EMAIL PROTECTED] httpd fails to start - XmlInitUnknownEncoding error, Solaris 10

2006-10-27 Thread Dan Richardson
Hi Kenneth/List,Thanks for the tip, I double checked and all required packages are definately installed OK, so still not sure what's causing this problem >> [ Dan Richardson ]> Hello,>> I'm trying to start httpd (2.0.59 - Sunfr

Re: [EMAIL PROTECTED] httpd fails to start - XmlInitUnknownEncoding error, Solaris 10

2006-10-27 Thread Kenneth Svee
[ Dan Richardson ] > Hello, > > I'm trying to start httpd (2.0.59 - Sunfreeware package) and receive > the following error: > > web1 [/root]# /usr/local/apache2/bin/httpd > ld.so.1: httpd: fatal: relocation error: file > /usr/local/apache2/lib/libexpat.so.0: symbol > XmlInitUnknownEncoding: refer

[EMAIL PROTECTED] httpd fails to start - XmlInitUnknownEncoding error, Solaris 10

2006-10-27 Thread Dan Richardson
Hello,I'm trying to start httpd (2.0.59 - Sunfreeware package) and receive the following error:web1 [/root]# /usr/local/apache2/bin/httpd ld.so.1: httpd: fatal: relocation error: file /usr/local/apache2/lib/libexpat.so.0: symbol XmlInitUnknownEncoding: referenced symbol not found Killedldd on tha

[EMAIL PROTECTED] Extending Apache to subscriber account web model

2006-10-27 Thread Neville Aga
I have an existing website running Apache 1.3.34 that is integrated with PERL via mod_perl. (the site is checkinsooner.com). I want to take the next step with this site and open up usernames and passwords so that people can look at data pertinent to thier visits on the site. I am not sure how

RE: [EMAIL PROTECTED] 'Header set' with 2.2

2006-10-27 Thread Germer, Carsten
Hi, I've already set "ServerTokens Prod" in "extra/httpd-default.conf". That doesn't fix it entirelly. Still the "main" Server gives me back like "ServerTokens Full" and a Proxyd answer from the application Server comes with a Server-Header of the appServer. I need them all set to look like Prod, n

[EMAIL PROTECTED] Apache 2.0.59 build fails on Solaris 10 x86

2006-10-27 Thread Divya Shresth
Hi everyone,   I cant build Apache 2.0.59 on Solaris 10 x86 machine. I ran configure with   ./configure --prefix=/export/home/infwaer/apache2059latest/worker --enable-proxy=shared --enable-so --enable-ssl --with-ssl=/export/home/infwaer/apache2059latest/worker/openssl --with-mpm=worker