![]() |
|< 1 ... 10 11 12 13 14 15 16 ... 18 >| | ![]() |
173 Einträge, 18 Seiten |
QuoteD:\wampp1>apache_start
D:\wampp1>ECHO OFF
Diese Eingabeforderung nicht waehrend des Running beenden
Bitte erst bei einem gewollten Shutdown schliessen
Please close Window only for Shutdown
Apache 1.3.xx is starting with
D:\wampp1>apache\apache.exe -k start
[Fri Feb 27 20:01:42 2004] [warn] Loaded DSO /wampp1/apache/php4apache.dll uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile it w
ith -DEAPI)
[Fri Feb 27 20:01:43 2004] [error] Can't locate e:/apacheweb/8084_develop.perl-c
ommunity.de/html/perl-bin/mod_perl_startup.pl at (eval 13) line 1.
Syntax error on line 1380 of d:/wampp1/apache/conf/httpd.conf:
Can't locate e:/apacheweb/8084_develop.perl-community.de/html/perl-bin/mod_perl_
startup.pl at (eval 13) line 1.
1
2
3
4
5
6
7
8
server:~ # apachectl restart
/usr/sbin/apachectl: line 184: 2608 Segmentation fault $HTTPD -t >/dev/null 2>&1
/usr/sbin/apachectl restart: configuration broken, ignoring restart
/usr/sbin/apachectl restart: (run 'apachectl configtest' for details)
server:~ # apachectl configtest
Syntax OK
/usr/sbin/apachectl: line 184: 2611 Segmentation fault $HTTPD -t
server:~ #
1
2
3
4
5
6
7
8
my $cgi;
if (eval { require CGI::Compress::Gzip; 1 } and
exists $ENV{HTTP_ACCEPT_ENCODING} and
$ENV{HTTP_ACCEPT_ENCODING} =~ /gzip/i) {
$cgi = CGI::Compress::Gzip->new();
}else {
$cgi = CGI->new();
}
![]() |
|< 1 ... 10 11 12 13 14 15 16 ... 18 >| | ![]() |
173 Einträge, 18 Seiten |