apache中对per程序l不解析...[求助]

apache中对per程序l不解析...[求助]

apache中对per程序l不解析...[求助]
我在Redhat Enterprise Linux 4AS 中安装了使用perl语言缩写的开源webmail软件opewebmai,但在运行浏览该网页时,总是看到源代码,看不见执行的网页,这是为什么?
1.apache中已安装mod_perl模块;
2.perl的版本是5.8.5
3.网页在浏览器中打开后,显示的第一行字符是"#!/usr/bin/perl".
真是让我头大,请高手给予帮助!




   

这是最常见的错误。没必要.
这是最常见的错误。没必要在这里重复了。请自己看 apache 的文档。或者 google 一下。
http://httpd.apache.org/docs/1.3/howto/cgi.html

我想 mod_perl 对于 webmin 和 openwebmail 不是必须的。先用 普通 cgi 试过。可以的话,如果需要提速再使用 mod_perl.
感谢qinang的帮助,我的英文不太好,看了帮助文档也没解决问题,我的apache配置文件如下:
ServerTokens OS /etc/httpd/conf/httpd.conf (43)
ServerRoot "/etc/httpd" /etc/httpd/conf/httpd.conf (56)
PidFile run/httpd.pid /etc/httpd/conf/httpd.conf (62)
TimeOut 120 /etc/httpd/conf/httpd.conf (67)
KeepAlive on /etc/httpd/conf/httpd.conf (73)
MaxKeepAliveRequests 100 /etc/httpd/conf/httpd.conf (80)
KeepAliveTimeout 15 /etc/httpd/conf/httpd.conf (86)
<IfModule prefork> /etc/httpd/conf/httpd.conf (99)
StartServers 8 /etc/httpd/conf/httpd.conf (100)
MinSpareServers 5 /etc/httpd/conf/httpd.conf (101)
MaxSpareServers 20 /etc/httpd/conf/httpd.conf (102)
ServerLimit 256 /etc/httpd/conf/httpd.conf (103)
MaxClients 256 /etc/httpd/conf/httpd.conf (104)
MaxRequestsPerChild 4000 /etc/httpd/conf/httpd.conf (105)
</IfModule> /etc/httpd/conf/httpd.conf (106)
Listen *:80 /etc/httpd/conf/httpd.conf (133)
LoadModule access_module modules/mod_access.so /etc/httpd/conf/httpd.conf (147)
LoadModule auth_module modules/mod_auth.so /etc/httpd/conf/httpd.conf (148)
LoadModule auth_anon_module modules/mod_auth_anon.so /etc/httpd/conf/httpd.conf (149)
LoadModule auth_dbm_module modules/mod_auth_dbm.so /etc/httpd/conf/httpd.conf (150)
LoadModule auth_digest_module modules/mod_auth_digest .. /etc/httpd/conf/httpd.conf (151)
LoadModule ldap_module modules/mod_ldap.so /etc/httpd/conf/httpd.conf (152)
LoadModule auth_ldap_module modules/mod_auth_ldap.so /etc/httpd/conf/httpd.conf (153)
LoadModule include_module modules/mod_include.so /etc/httpd/conf/httpd.conf (154)
LoadModule log_config_module modules/mod_log_config.s .. /etc/httpd/conf/httpd.conf (155)
LoadModule env_module modules/mod_env.so /etc/httpd/conf/httpd.conf (156)
LoadModule mime_magic_module modules/mod_mime_magic.s .. /etc/httpd/conf/httpd.conf (157)
LoadModule cern_meta_module modules/mod_cern_meta.so /etc/httpd/conf/httpd.conf (158)
LoadModule expires_module modules/mod_expires.so /etc/httpd/conf/httpd.conf (159)
LoadModule deflate_module modules/mod_deflate.so /etc/httpd/conf/httpd.conf (160)
LoadModule headers_module modules/mod_headers.so /etc/httpd/conf/httpd.conf (161)
LoadModule usertrack_module modules/mod_usertrack.so /etc/httpd/conf/httpd.conf (162)
LoadModule setenvif_module modules/mod_setenvif.so /etc/httpd/conf/httpd.conf (163)
LoadModule mime_module modules/mod_mime.so /etc/httpd/conf/httpd.conf (164)
LoadModule dav_module modules/mod_dav.so /etc/httpd/conf/httpd.conf (165)
LoadModule status_module modules/mod_status.so /etc/httpd/conf/httpd.conf (166)
LoadModule autoindex_module modules/mod_autoindex.so /etc/httpd/conf/httpd.conf (167)
LoadModule asis_module modules/mod_asis.so /etc/httpd/conf/httpd.conf (168)
LoadModule info_module modules/mod_info.so /etc/httpd/conf/httpd.conf (169)
LoadModule dav_fs_module modules/mod_dav_fs.so /etc/httpd/conf/httpd.conf (170)
LoadModule vhost_alias_module modules/mod_vhost_alias .. /etc/httpd/conf/httpd.conf (171)
LoadModule negotiation_module modules/mod_negotiation .. /etc/httpd/conf/httpd.conf (172)
LoadModule dir_module modules/mod_dir.so /etc/httpd/conf/httpd.conf (173)
LoadModule imap_module modules/mod_imap.so /etc/httpd/conf/httpd.conf (174)
LoadModule actions_module modules/mod_actions.so /etc/httpd/conf/httpd.conf (175)
LoadModule speling_module modules/mod_speling.so /etc/httpd/conf/httpd.conf (176)
LoadModule userdir_module modules/mod_userdir.so /etc/httpd/conf/httpd.conf (177)
LoadModule alias_module modules/mod_alias.so /etc/httpd/conf/httpd.conf (178)
LoadModule rewrite_module modules/mod_rewrite.so /etc/httpd/conf/httpd.conf (179)
LoadModule proxy_module modules/mod_proxy.so /etc/httpd/conf/httpd.conf (180)
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so /etc/httpd/conf/httpd.conf (181)
LoadModule proxy_http_module modules/mod_proxy_http.s .. /etc/httpd/conf/httpd.conf (182)
LoadModule proxy_connect_module modules/mod_proxy_con .. /etc/httpd/conf/httpd.conf (183)
LoadModule cache_module modules/mod_cache.so /etc/httpd/conf/httpd.conf (184)
LoadModule suexec_module modules/mod_suexec.so /etc/httpd/conf/httpd.conf (185)
LoadModule disk_cache_module modules/mod_disk_cache.s .. /etc/httpd/conf/httpd.conf (186)
LoadModule file_cache_module modules/mod_file_cache.s .. /etc/httpd/conf/httpd.conf (187)
LoadModule mem_cache_module modules/mod_mem_cache.so /etc/httpd/conf/httpd.conf (188)
LoadModule cgi_module modules/mod_cgi.so /etc/httpd/conf/httpd.conf (189)
Include conf.d/*.conf /etc/httpd/conf/httpd.conf (194)
<Directory />
Options FollowSymLinks /etc/httpd/conf/httpd.conf (271)
AllowOverride None /etc/httpd/conf/httpd.conf (272)
DirectoryIndex index.php index.html index.htm /etc/httpd/conf/httpd.conf (273)
allow from all /etc/httpd/conf/httpd.conf (274)
</Directory>
<Directory "/var/www/html">
Options Indexes FollowSymLinks /etc/httpd/conf/httpd.conf (301)
AllowOverride None /etc/httpd/conf/httpd.conf (308)
allow from all /etc/httpd/conf/httpd.conf (313)
DirectoryIndex index.php index.htm index.html /etc/httpd/conf/httpd.conf (314)
</Directory>
<IfModule mod_userdir> /etc/httpd/conf/httpd.conf (330)
</IfModule> /etc/httpd/conf/httpd.conf (344)
DirectoryIndex index.php index.htm index.html /etc/httpd/conf/httpd.conf (371)
<Files ~ "^\.ht">
Order allow,deny /etc/httpd/conf/httpd.conf (384)
Deny from all /etc/httpd/conf/httpd.conf (385)
</Files>
TypesConfig /etc/mime.types /etc/httpd/conf/httpd.conf (392)
DefaultType text/plain /etc/httpd/conf/httpd.conf (403)
<IfModule mod_mime_magic> /etc/httpd/conf/httpd.conf (410)
MIMEMagicFile conf/magic /etc/httpd/conf/httpd.conf (412)
</IfModule> /etc/httpd/conf/httpd.conf (413)
HostNameLookups off /etc/httpd/conf/httpd.conf (423)
ErrorLog logs/error_log /etc/httpd/conf/httpd.conf (451)
LogLevel warn /etc/httpd/conf/httpd.conf (458)
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" .. /etc/httpd/conf/httpd.conf (464)
LogFormat "%h %l %u %t \"%r\" %>s %b" common /etc/httpd/conf/httpd.conf (465)
LogFormat "%{Referer}i -> %U" referer /etc/httpd/conf/httpd.conf (466)
LogFormat "%{User-agent}i" agent /etc/httpd/conf/httpd.conf (467)
CustomLog logs/access_log combined /etc/httpd/conf/httpd.conf (489)
ServerSignature On /etc/httpd/conf/httpd.conf (499)
Alias /icons/ "/var/www/icons/" /etc/httpd/conf/httpd.conf (514)
<Directory "/var/www/icons">
Options Indexes MultiViews /etc/httpd/conf/httpd.conf (517)
AllowOverride None /etc/httpd/conf/httpd.conf (518)
Order allow,deny /etc/httpd/conf/httpd.conf (519)
Allow from all /etc/httpd/conf/httpd.conf (520)
</Directory>
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" /etc/httpd/conf/httpd.conf (539)
<Directory "/var/www/cgi-bin">
AllowOverride None /etc/httpd/conf/httpd.conf (546)
Options +ExecCGI /etc/httpd/conf/httpd.conf (547)
Order allow,deny /etc/httpd/conf/httpd.conf (548)
Allow from all /etc/httpd/conf/httpd.conf (549)
AddHandler perl-script pl /etc/httpd/conf/httpd.conf (550)
AddHandler cgi-script cgi /etc/httpd/conf/httpd.conf (551)
</Directory>
IndexOptions FancyIndexing VersionSort /etc/httpd/conf/httpd.conf (569)
AddIconByEncoding (CMP,/icons/compressed.gif) x-compr .. /etc/httpd/conf/httpd.conf (576)
AddIconByType (TXT,/icons/text.gif) text/* /etc/httpd/conf/httpd.conf (578)
AddIconByType (IMG,/icons/image2.gif) image/* /etc/httpd/conf/httpd.conf (579)
AddIconByType (SND,/icons/sound2.gif) audio/* /etc/httpd/conf/httpd.conf (580)
AddIconByType (VID,/icons/movie.gif) video/* /etc/httpd/conf/httpd.conf (581)
AddIcon /icons/binary.gif .bin .exe /etc/httpd/conf/httpd.conf (583)
AddIcon /icons/binhex.gif .hqx /etc/httpd/conf/httpd.conf (584)
AddIcon /icons/tar.gif .tar /etc/httpd/conf/httpd.conf (585)
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv /etc/httpd/conf/httpd.conf (586)
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip /etc/httpd/conf/httpd.conf (587)
AddIcon /icons/a.gif .ps .ai .eps /etc/httpd/conf/httpd.conf (588)
AddIcon /icons/layout.gif .html .shtml .htm .pdf /etc/httpd/conf/httpd.conf (589)
AddIcon /icons/text.gif .txt /etc/httpd/conf/httpd.conf (590)
AddIcon /icons/c.gif .c /etc/httpd/conf/httpd.conf (591)
AddIcon /icons/p.gif .pl .py /etc/httpd/conf/httpd.conf (592)
AddIcon /icons/f.gif .for /etc/httpd/conf/httpd.conf (593)
AddIcon /icons/dvi.gif .dvi /etc/httpd/conf/httpd.conf (594)
AddIcon /icons/uuencoded.gif .uu /etc/httpd/conf/httpd.conf (595)
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh . .. /etc/httpd/conf/httpd.conf (596)
AddIcon /icons/tex.gif .tex /etc/httpd/conf/httpd.conf (597)
AddIcon /icons/bomb.gif core /etc/httpd/conf/httpd.conf (598)
AddIcon /icons/back.gif .. /etc/httpd/conf/httpd.conf (600)
AddIcon /icons/hand.right.gif README /etc/httpd/conf/httpd.conf (601)
AddIcon /icons/folder.gif ^^DIRECTORY^^ /etc/httpd/conf/httpd.conf (602)
AddIcon /icons/blank.gif ^^BLANKICON^^ /etc/httpd/conf/httpd.conf (603)
DefaultIcon /icons/unknown.gif /etc/httpd/conf/httpd.conf (609)
ReadmeName README.html /etc/httpd/conf/httpd.conf (627)
HeaderName HEADER.html /etc/httpd/conf/httpd.conf (628)
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *, .. /etc/httpd/conf/httpd.conf (634)
AddLanguage ca .ca /etc/httpd/conf/httpd.conf (674)
AddLanguage cs .cz .cs /etc/httpd/conf/httpd.conf (675)
AddLanguage da .dk /etc/httpd/conf/httpd.conf (676)
AddLanguage de .de /etc/httpd/conf/httpd.conf (677)
AddLanguage el .el /etc/httpd/conf/httpd.conf (678)
AddLanguage en .en /etc/httpd/conf/httpd.conf (679)
AddLanguage eo .eo /etc/httpd/conf/httpd.conf (680)
AddLanguage es .es /etc/httpd/conf/httpd.conf (681)
AddLanguage et .et /etc/httpd/conf/httpd.conf (682)
AddLanguage fr .fr /etc/httpd/conf/httpd.conf (683)
AddLanguage he .he /etc/httpd/conf/httpd.conf (684)
AddLanguage hr .hr /etc/httpd/conf/httpd.conf (685)
AddLanguage it .it /etc/httpd/conf/httpd.conf (686)
AddLanguage ja .ja /etc/httpd/conf/httpd.conf (687)
AddLanguage ko .ko /etc/httpd/conf/httpd.conf (688)
AddLanguage ltz .ltz /etc/httpd/conf/httpd.conf (689)
AddLanguage nl .nl /etc/httpd/conf/httpd.conf (690)
AddLanguage nn .nn /etc/httpd/conf/httpd.conf (691)
AddLanguage no .no /etc/httpd/conf/httpd.conf (692)
AddLanguage pl .po /etc/httpd/conf/httpd.conf (693)
AddLanguage pt .pt /etc/httpd/conf/httpd.conf (694)
AddLanguage pt-BR .pt-br /etc/httpd/conf/httpd.conf (695)
AddLanguage ru .ru /etc/httpd/conf/httpd.conf (696)
AddLanguage sv .sv /etc/httpd/conf/httpd.conf (697)
AddLanguage zh-CN .zh-cn /etc/httpd/conf/httpd.conf (698)
AddLanguage zh-TW .zh-tw /etc/httpd/conf/httpd.conf (699)
LanguagePriority zh-CN en ca cs da de el eo es et fr .. /etc/httpd/conf/httpd.conf (708)
ForceLanguagePriority Prefer Fallback /etc/httpd/conf/httpd.conf (715)
AddDefaultCharset Off /etc/httpd/conf/httpd.conf (727)
AddCharset ISO-8859-1 .iso8859-1 .latin1 /etc/httpd/conf/httpd.conf (736)
AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen /etc/httpd/conf/httpd.conf (737)
AddCharset ISO-8859-3 .iso8859-3 .latin3 /etc/httpd/conf/httpd.conf (738)
AddCharset ISO-8859-4 .iso8859-4 .latin4 /etc/httpd/conf/httpd.conf (739)
AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-r .. /etc/httpd/conf/httpd.conf (740)
AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb /etc/httpd/conf/httpd.conf (741)
AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk /etc/httpd/conf/httpd.conf (742)
AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb /etc/httpd/conf/httpd.conf (743)
AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk /etc/httpd/conf/httpd.conf (744)
AddCharset ISO-2022-JP .iso2022-jp .jis /etc/httpd/conf/httpd.conf (745)
AddCharset ISO-2022-KR .iso2022-kr .kis /etc/httpd/conf/httpd.conf (746)
AddCharset ISO-2022-CN .iso2022-cn .cis /etc/httpd/conf/httpd.conf (747)
AddCharset Big5 .Big5 .big5 /etc/httpd/conf/httpd.conf (748)
AddCharset WINDOWS-1251 .cp-1251 .win-1251 /etc/httpd/conf/httpd.conf (750)
AddCharset CP866 .cp866 /etc/httpd/conf/httpd.conf (751)
AddCharset KOI8-r .koi8-r .koi8-ru /etc/httpd/conf/httpd.conf (752)
AddCharset KOI8-ru .koi8-uk .ua /etc/httpd/conf/httpd.conf (753)
AddCharset ISO-10646-UCS-2 .ucs2 /etc/httpd/conf/httpd.conf (754)
AddCharset ISO-10646-UCS-4 .ucs4 /etc/httpd/conf/httpd.conf (755)
AddCharset UTF-8 .utf8 /etc/httpd/conf/httpd.conf (756)
AddCharset GB2312 .gb2312 .gb /etc/httpd/conf/httpd.conf (766)
AddCharset utf-7 .utf7 /etc/httpd/conf/httpd.conf (767)
AddCharset utf-8 .utf8 /etc/httpd/conf/httpd.conf (768)
AddCharset big5 .big5 .b5 /etc/httpd/conf/httpd.conf (769)
AddCharset EUC-TW .euc-tw /etc/httpd/conf/httpd.conf (770)
AddCharset EUC-JP .euc-jp /etc/httpd/conf/httpd.conf (771)
AddCharset EUC-KR .euc-kr /etc/httpd/conf/httpd.conf (772)
AddCharset shift_jis .sjis /etc/httpd/conf/httpd.conf (773)
AddType application/x-compress .Z /etc/httpd/conf/httpd.conf (793)
AddType application/x-gzip .gz .tgz /etc/httpd/conf/httpd.conf (794)
AddHandler imap-file map /etc/httpd/conf/httpd.conf (814)
AddHandler type-map var /etc/httpd/conf/httpd.conf (821)
AddType text/html .shtml /etc/httpd/conf/httpd.conf (829)
AddOutputFilter INCLUDES .shtml /etc/httpd/conf/httpd.conf (830)
Alias /error/ "/var/www/error/" /etc/httpd/conf/httpd.conf (868)
<IfModule mod_negotiation> /etc/httpd/conf/httpd.conf (870)
<IfModule mod_include> /etc/httpd/conf/httpd.conf (871)
<Directory "/var/www/error">
AllowOverride None /etc/httpd/conf/httpd.conf (873)
Options IncludesNoExec /etc/httpd/conf/httpd.conf (874)
AddOutputFilter Includes html /etc/httpd/conf/httpd.conf (875)
AddHandler type-map var /etc/httpd/conf/httpd.conf (876)
Order allow,deny /etc/httpd/conf/httpd.conf (877)
Allow from all /etc/httpd/conf/httpd.conf (878)
LanguagePriority en es de fr /etc/httpd/conf/httpd.conf (879)
ForceLanguagePriority Prefer Fallback /etc/httpd/conf/httpd.conf (880)
</Directory>
</IfModule> /etc/httpd/conf/httpd.conf (901)
</IfModule> /etc/httpd/conf/httpd.conf (902)
BrowserMatch "Mozilla/2" nokeepalive /etc/httpd/conf/httpd.conf (908)
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 .. /etc/httpd/conf/httpd.conf (909)
BrowserMatch "RealPlayer 4\.0" force-response-1.0 /etc/httpd/conf/httpd.conf (910)
BrowserMatch "Java/1\.0" force-response-1.0 /etc/httpd/conf/httpd.conf (911)
BrowserMatch "JDK/1\.0" force-response-1.0 /etc/httpd/conf/httpd.conf (912)
BrowserMatch "Microsoft Data Access Internet Publishi .. /etc/httpd/conf/httpd.conf (921)
BrowserMatch "^WebDrive" redirect-carefully /etc/httpd/conf/httpd.conf (922)
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully /etc/httpd/conf/httpd.conf (923)
BrowserMatch "^gnome-vfs" redirect-carefully /etc/httpd/conf/httpd.conf (924)
DocumentRoot /var/www/html /etc/httpd/conf/httpd.conf (925)
ServerAdmin bwzhong@163.com /etc/httpd/conf/httpd.conf (926)
ServerName localhost /etc/httpd/conf/httpd.conf (927)
UseCanonicalName off /etc/httpd/conf/httpd.conf (928)
SuexecUserGroup apache apache /etc/httpd/conf/httpd.conf (929)
User apache /etc/httpd/conf/httpd.conf (930)
Group apache /etc/httpd/conf/httpd.conf (931)
AccessFileName .htaccess /etc/httpd/conf/httpd.conf (932)
<Directory "/work/www">
allow from all /etc/httpd/conf/httpd.conf (934)
</Directory>
<Directory /var/www/cgi-bin>
AllowOverride All /etc/httpd/conf/httpd.conf (1033)
Options ExecCGI /etc/httpd/conf/httpd.conf (1034)
Order allow,deny /etc/httpd/conf/httpd.conf (1035)
Allow from all /etc/httpd/conf/httpd.conf (1036)
</Directory>
LoadModule auth_kerb_module modules/mod_auth_kerb .. /etc/httpd/conf.d/auth_kerb.conf (6)
LoadModule mysql_auth_module modules/mod_auth_my .. /etc/httpd/conf.d/auth_mysql.conf (6)
LoadModule auth_pgsql_module modules/mod_auth_pg .. /etc/httpd/conf.d/auth_pgsql.conf (6)
LoadModule authz_ldap_module modules/mod_authz_l .. /etc/httpd/conf.d/authz_ldap.conf (6)
Alias /htdig "/usr/share/htdig" /etc/httpd/conf.d/htdig.conf (1)
ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/ /etc/httpd/conf.d/mailman.conf (5)
<Directory /usr/lib/mailman/cgi-bin/>
AllowOverride None /etc/httpd/conf.d/mailman.conf (7)
Options ExecCGI /etc/httpd/conf.d/mailman.conf (8)
Order allow,deny /etc/httpd/conf.d/mailman.conf (9)
Allow from all /etc/httpd/conf.d/mailman.conf (10)
</Directory>
Alias /pipermail/ "/var/lib/mailman/archives/publi .. /etc/httpd/conf.d/mailman.conf (14)
<Directory /var/lib/mailman/archives/public>
Options Indexes MultiViews FollowSymLinks /etc/httpd/conf.d/mailman.conf (16)
AllowOverride None /etc/httpd/conf.d/mailman.conf (17)
Order allow,deny /etc/httpd/conf.d/mailman.conf (18)
Allow from all /etc/httpd/conf.d/mailman.conf (19)
</Directory>
AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)? .. /etc/httpd/conf.d/manual.conf (5)
<Directory "/var/www/manual">
Options Indexes /etc/httpd/conf.d/manual.conf (8)
AllowOverride None /etc/httpd/conf.d/manual.conf (9)
Order allow,deny /etc/httpd/conf.d/manual.conf (10)
Allow from all /etc/httpd/conf.d/manual.conf (11)
<Files *.html>
SetHandler type-map /etc/httpd/conf.d/manual.conf (14)
</Files>
SetEnvIf Request_URI ^/manual/de/ prefer-language= .. /etc/httpd/conf.d/manual.conf (17)
SetEnvIf Request_URI ^/manual/en/ prefer-language= .. /etc/httpd/conf.d/manual.conf (18)
SetEnvIf Request_URI ^/manual/fr/ prefer-language= .. /etc/httpd/conf.d/manual.conf (19)
SetEnvIf Request_URI ^/manual/ja/ prefer-language= .. /etc/httpd/conf.d/manual.conf (20)
SetEnvIf Request_URI ^/manual/ko/ prefer-language= .. /etc/httpd/conf.d/manual.conf (21)
SetEnvIf Request_URI ^/manual/ru/ prefer-language= .. /etc/httpd/conf.d/manual.conf (22)
RedirectMatch 301 ^/manual(?:/(de|en|fr|ja|ko|ru)) .. /etc/httpd/conf.d/manual.conf (23)
</Directory>
Alias /mrtg "/var/www/mrtg" /etc/httpd/conf.d/mrtg.conf (6)
<Location /mrtg>
Order deny,allow /etc/httpd/conf.d/mrtg.conf (9)
Deny from all /etc/httpd/conf.d/mrtg.conf (10)
Allow from 127.0.0.1 /etc/httpd/conf.d/mrtg.conf (11)
Allow from ::1 /etc/httpd/conf.d/mrtg.conf (12)
</Location>
LoadModule perl_module modules/mod_perl.so /etc/httpd/conf.d/perl.conf (10)
LoadModule php4_module modules/libphp4.so /etc/httpd/conf.d/php.conf (6)
AddType application/x-httpd-php .php /etc/httpd/conf.d/php.conf (11)
LoadModule python_module modules/mod_python.so /etc/httpd/conf.d/python.conf (6)
<Directory "/var/www/manual/mod/mod_python">
<Files *.html>
SetHandler default-handler /etc/httpd/conf.d/python.conf (11)
</Files>
</Directory>
Alias /usage "/var/www/usage" /etc/httpd/conf.d/squirrelmail.conf (5)
LoadModule ssl_module modules/mod_ssl.so /etc/httpd/conf.d/ssl.conf (12)
Listen *:443 /etc/httpd/conf.d/ssl.conf (23)
AddType application/x-x509-ca-cert .crt /etc/httpd/conf.d/ssl.conf (35)
AddType application/x-pkcs7-crl .crl /etc/httpd/conf.d/ssl.conf (36)
SSLPassPhraseDialog builtin /etc/httpd/conf.d/ssl.conf (42)
SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000 .. /etc/httpd/conf.d/ssl.conf (50)
SSLSessionCacheTimeout 300 /etc/httpd/conf.d/ssl.conf (51)
SSLMutex default /etc/httpd/conf.d/ssl.conf (56)
SSLRandomSeed startup file:/dev/urandom 256 /etc/httpd/conf.d/ssl.conf (68)
SSLRandomSeed connect builtin /etc/httpd/conf.d/ssl.conf (69)
SSLCryptoDevice builtin /etc/httpd/conf.d/ssl.conf (81)
LoadModule dav_svn_module modules/mod_dav_sv .. /etc/httpd/conf.d/subversion.conf (2)
LoadModule authz_svn_module modules/mod_authz_ .. /etc/httpd/conf.d/subversion.conf (3)
Alias /mail "/usr/share/squirrelmail" /etc/httpd/conf.d/webalizer.conf (6)
Alias /openwebmail "/var/www/cgi-bin/openwebmail/ .. /etc/httpd/conf.d/webalizer.conf (7)
Alias /webmail "/var/www/cgi-bin/extmail/html/" /etc/httpd/conf.d/webalizer.conf (8)
<Location /usage>
Order deny,allow /etc/httpd/conf.d/webalizer.conf (11)
Deny from all /etc/httpd/conf.d/webalizer.conf (12)
Allow from 127.0.0.1 /etc/httpd/conf.d/webalizer.conf (13)
Allow from ::1 /etc/httpd/conf.d/webalizer.conf (14)
</Location>
<LocationMatch "^/+$">
Options -Indexes /etc/httpd/conf.d/welcome.conf (8)
ErrorDocument 403 /error/noindex.html /etc/httpd/conf.d/welcome.conf (9)
</LocationMatch>

还请高手多帮忙.