This is a discussion on Re: new instalation of apache within the Apache Web Server forums, part of the Web Server and Related Forums category; Javier schrieb: > i'm new in linux, but no in apache. I configure apache whith the > standart options: &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Javier schrieb:
> i'm new in linux, but no in apache. I configure apache whith the > standart options: > # ./configure --prefix=/usr/local/apache2 > # make > # make install > > and.. when i start the apachectl -k start, the web server don work, ^^ > but if i load the file highperformance.conf from the subdirectory > /conf/... the apache work ... > > where is my problem ?.. help. apachectl start The manpage about apachectl don't make a remark about an option -k. If this wasn't your problem, please tell us the messages from your system, when you try to start the server (stderr; significant content from the ErrorLog-file). cc |
|
|||
|
hello:
the problem is the user and group.. my old configuration are Grpuo #-1, and the new (and best) is Group nobody. now the apache works. thanks. Javier p.d.: ./apachectl start is the same that: ./apachectl -k start bye Claudio Carobolante <claudio@carobolante.net> wrote in message news:<bjna11-u67.ln1@carobolante.net>... > Javier schrieb: > > > i'm new in linux, but no in apache. I configure apache whith the > > standart options: > > # ./configure --prefix=/usr/local/apache2 > > # make > > # make install > > > > and.. when i start the apachectl -k start, the web server don work, > ^^ > > but if i load the file highperformance.conf from the subdirectory > > /conf/... the apache work ... > > > > where is my problem ?.. help. > > apachectl start > > The manpage about apachectl don't make a remark about an option -k. > If this wasn't your problem, please tell us the messages from your system, > when you try to start the server (stderr; significant content from the > ErrorLog-file). > > cc |
|
|||
|
Javier wrote:
> p.d.: ./apachectl start is the same that: ./apachectl -k start I see. # apachectl -k start usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|con figtest|help) start - start httpd stop - stop httpd restart - restart httpd if running by sending a SIGHUP or start if not running fullstatus - dump a full status screen; requires lynx and mod_status enabled status - dump a short status screen; requires lynx and mod_status enabled graceful - do a graceful restart by sending a SIGUSR1 or start if not running configtest - do a configuration syntax test help - this screen ToFu canceled. cc |