Re: Problem with SUEXEC

2007-01-02 Thread sebb

On 02/01/07, Dhika Cikul <[EMAIL PROTECTED]> wrote:

Dear,

I have problem with apache installation at my machine, i compile
apache with suexec support


[...]



anyone knows how to fix this problem??, i have tried with Apache2 and
Apache1, and get same problem



Start by sending the e-mail to the correct mailing list ... this one
is for matters relating to Gump.

Please read the instructions on the Apache HTTPD web-site:

http://httpd.apache.org/lists.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Problem with SUEXEC

2007-01-02 Thread Dhika Cikul

Dear,

I have problem with apache installation at my machine, i compile
apache with suexec support

[quote]
[EMAIL PROTECTED] apache_1.3.37]# ./configure --prefix=/usr/local/apache
--enable-suexec --suexec-caller=nobody --suexec-uidmin=99
--suexec-gidmin=99 --suexec-safepath=/usr/local/bin:/usr/bin:/bin
--suexec-userdir=public_html --enable-module=ssl --enable-shared=ssl
--disable-rule=SSL_COMPAT
[/quote]

Installation process was succesfull, and this is the PHP configuration :

[quote]
[EMAIL PROTECTED] php-4.4.4]# ./configure
--with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-curl
--with-gd --with-freetext=/usr/local/freetype --with-gettext
--enable-mbstring --enable-mbregex --enable-magic-quotes --with-xml
--with-jpeg-dir=/usr/lib  --with-ftp --with-zlib --enable-track-vars
--enable-versioning --enable-memory-limit --with-pear --with-mcrypt
--with-mhash
[/quote]

Both of that process was succesfully compiled, and i have tested with phpinfo()

The problem occur while i add virtualHost at httpd.conf

[quote]

   ServerAdmin [EMAIL PROTECTED]
   DocumentRoot /home/mydomain/public_html/
   User mydomain
   Group mydomain
   ServerName www.mydomain.net
   ServerAlias domainku.net www.mydomain.net
   CustomLog domlogs/mydomain.net-log combined
   #ScriptAlias /cgi-bin/ /home/mydomain/public_html/cgi-bin/

[/quote]

While i add that virtualHost and i try to access mydomain.com, i get
403 permission error

[quote]
Forbidden
You don't have permission to access / on this server.

Apache/1.3.37 Server at www.mydomain.net Port 80
[/quote]

i have checked ownership and permission at /home/mydomain/public_html
the ownership is mydomain.mydomain and permission is 755. I have try
several times and still unsucessfull

At apache error_log :

[quote]
[Fri Dec 29 14:11:45 2006] [error] [client 192.168.65.1]
(13)Permission denied: access to / failed because search permissions
are missing on a component of the path
[/quote]

anyone knows how to fix this problem??, i have tried with Apache2 and
Apache1, and get same problem

Thank's
--
Dhika Cikul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]