8 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Sparta:~ # apachectl configtest
Syntax OK
Sparta:~ # apachectl graceful
/usr/sbin/apachectl graceful: httpd not running, trying to start
/usr/sbin/apachectl graceful: httpd started
Sparta:~ # apachectl graceful
/usr/sbin/apachectl graceful: httpd not running, trying to start
/usr/sbin/apachectl graceful: httpd started
Sparta:~ # apachectl start
/usr/sbin/apachectl start: httpd started
Sparta:~ # apachectl start
/usr/sbin/apachectl start: httpd started
Sparta:~ # apachectl fullstatus
Looking up localhost
localhost
Making HTTP connection to localhost
Alert!: Unable to connect to remote host.
lynx: Can't access startfile http://localhost/server-status
Sparta:~ #
1
2
3
4
5
6
7
[Sun Nov 2 17:03:59 2003] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Nov 2 17:03:59 2003] [notice] Apache/1.3.27 (Linux/SuSE) mod_python/2.7.8 Python/2.2.2 PHP/4.3.1 mod_perl/1.27 configured -- resuming normal operations
[Sun Nov 2 17:03:59 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Nov 2 17:03:59 2003] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Sun Nov 2 17:03:59 2003] [alert] (2)No such file or directory: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
[Sun Nov 2 17:04:00 2003] [alert] Child 2274 returned a Fatal error...
Apache is exiting!
Include /etc/httpd/httpd.conf.projects
Include /etc/apache2/sites-enabled
1
2
3
4
5
6
7
8
9
#
# AddHandler allows you to map certain file extensions to "handlers":
# actions unrelated to filetype. These can be either built into the server
# or added with the Action directive (see below)
#
# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#
AddHandler cgi-script .cgi
8 Einträge, 1 Seite |