Re: [EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-14 Thread Joshua Slive
On 10/14/05, Warren Beldad <[EMAIL PROTECTED]> wrote: > what i did is, i really install new FC4 on another harddisk. > download apache_1.3.33.tar.gz > tar -xvzf apache_1.3.33.tar.gz > edit src/Configuration >EXTRA_CFLAGS=-DBIG_SECURITY_HOLE > > ./configure --prefix=/usr/local/apache --serve

Re: [EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-14 Thread Warren Beldad
what i did is, i really install new FC4 on another harddisk. download apache_1.3.33.tar.gz tar -xvzf apache_1.3.33.tar.gz edit src/Configuration   EXTRA_CFLAGS=-DBIG_SECURITY_HOLE ./configure --prefix=/usr/local/apache --server-uid=root --server-gid=root make make install /usr/local/apache/bin

Re: [EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-13 Thread Joshua Slive
On 10/13/05, Warren Beldad <[EMAIL PROTECTED]> wrote: > thanks for the help, > but still it doesn't work. I modify again the src/Configuration and rebuild > EXTRA_CFLAGS=-DBIG_SECURITY_HOLE > (actually the src/Configuration doesnt have the space before the equal, just > a typo error in my mail) > s

Re: [EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-13 Thread Warren Beldad
thanks for the help, but still it doesn't work. I modify again the src/Configuration and rebuildEXTRA_CFLAGS=-DBIG_SECURITY_HOLE(actually the src/Configuration doesnt have the space before the equal, just a typo error in my mail) still I got the same error. I am creating a NAS like web, just like

Re: [EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-12 Thread Joshua Slive
On 10/12/05, Warren Beldad <[EMAIL PROTECTED]> wrote: > Hi all, > > I am new to this list and also a newbie on apache :-(( > I just want to ask on how can I serve pages while running as a root. I know > this is a big security risk, but i really need to run as a root. ex. create > a user, etc...modi

[EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-11 Thread Warren Beldad
Hi all,   I am new to this list and also a newbie on apache :-(( I just want to ask on how can I serve pages while running as a root. I know this is a big security risk, but i really need to run as a root. ex. create a user, etc...modify the sudoers file still no success. i found another of this in