[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mod_php and mod_perl and apache at the same time?



On Mon, Jul 02, 2001 at 03:37:34AM -0700, danh@gelatinous.com wrote:
> is there a known problem with getting apache and 
> mod_php and mod_perl all working at the same time?

well, i don't know if this'll help much, but here's my setup:

$ dpkg -l apache\*
	Desired=Unknown/Install/Remove/Purge/Hold
	| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
	|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
	||/ Name           Version        Description
	+++-==============-==============-============================================
	rc  apache         1.3.9-13.1     Versatile, high-performance HTTP server
	ii  apache-common  1.3.9-13.2     Support files for all Apache webservers
	ii  apache-dev     1.3.9-13.2     Apache webserver development kit
	ii  apache-doc     1.3.9-13.2     Apache webserver docs
	un  apache-modules <none>         (no description available)
	ii  apache-perl    1.3.9-13.1-1.2 Versatile, high-performance HTTP server with

and LoadModules from /etc/apache/httpd.conf look like:

	# The Debian package of Apache loads every feature as shared modules.
	LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so
	LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so
	LoadModule includes_module /usr/lib/apache/1.3/mod_include.so
	LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
	LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
	LoadModule alias_module /usr/lib/apache/1.3/mod_alias.so
	LoadModule access_module /usr/lib/apache/1.3/mod_access.so
	LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so
	############# apt-get install apache-perl
	############# --> includes mod_perl.so, so we don't need:
	############# LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so
	LoadModule put_module /usr/lib/apache/1.3/mod_put.so
	LoadModule php4_module /usr/lib/apache/1.3/libphp4.so

i'm using potato (shouldn't everybody?)

-- 
DEBIAN NEWBIE TIP #66 from Will Trillich <will@serensoft.com> 
:
Do you know WHICH SHELL YOU'RE RUNNING? If not, you can find out:
	ps T
The first item listed is most likely to be your shell.
(Valid shells are listed in /etc/shells.) The default user shell
for Debian is bash, which you can learn about via "man bash".

Also see http://newbieDoc.sourceForge.net/ ...



Reply to: