Apache2 modules issues
Hey guys
I have been having a ton of odd little problems with my server and I think I finally figured out my troubles and its the fact of my apache modules are loading properly. My main problem stems from IE having trouble with my CSS right now. It loads wonderfully on my shared Godaddy account, but messes up on my server.
I ran the following script on a test.php to see what was going on.
<?php
print_r(apache_get_modules());
?>
output == white page...
Here is the "apache2 -l" output
Compiled in modules:
core.c
mod_log_config.c
mod_logio.c
prefork.c
http_core.c
mod_so.c
here is the "apachectl -t -D DUMP_MODULES" output
Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
auth_digest_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgi_module (shared)
dav_module (shared)
dav_fs_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
expires_module (shared)
fcgid_module (shared)
headers_module (shared)
include_module (shared)
mime_module (shared)
negotiation_module (shared)
php5_module (shared)
reqtimeout_module (shared)
rewrite_module (shared)
ruby_module (shared)
setenvif_module (shared)
ssl_module (shared)
status_module (shared)
suexec_module (shared)
suphp_module (shared)
My server is the exact copy of Debian Perfect Server with ISPCONFIG 3 installed on it. I am using PHP5 FASTCGI.
I just feel like I am missing something basic here. I have ran some other scripts recently and they all can't locate need apache modules and I think my issue based right there.
|
Recent comments
1 day 2 hours ago
1 day 2 hours ago
1 day 7 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 16 hours ago
1 day 20 hours ago
2 days 3 hours ago
2 days 7 hours ago
2 days 8 hours ago