hi Randy,
guess what, finaly nothing goes error, but again, *BUT*:
i have telnet 127.0.0.1 80
GET / HTTP/1.0
blah
Server: Apache/2.0.39 (Win32)
blah
this means that the server till the moment doesn't use mod_perl, as it
must - as far as i know - append mod_perl at the end of Server header
anot
On Thu, 22 Aug 2002, Hytham Shehab wrote:
> am using apache 2
> what to do next?
You need to install the mod_perl-2 ppm package, not the mod_perl
ppm package (which is for mod_perl-1). The same comments as
before apply in installing mod_perl.so into your Apache2 modules/
directory.
More info on
randy kobes write:
> This sounds like a problem with a bad install of apache's default
> configuration file. Which apache version are you using? For
> apache-1.3.26, mod_alias.so and mod_actions.so (and others) are
> compiled into Apache.exe, which you can see via 'Apache.exe -l'.
> So the LoadMod
On Thu, 22 Aug 2002, Hytham Shehab wrote:
> hi,
> i have installed the mod_perl at last, and the mod_perl.so is there at
> apache/modules, *BUT*:
> apache -k restart -->
> Syntax error on line 136 of c:/program files/apache
> group/apache/conf/httpd.conf:
> Cannot load c:/program files/apache
hi,
i have installed the mod_perl at last, and the mod_perl.so is there at
apache/modules, *BUT*:
apache -k restart -->
Syntax error on line 136 of c:/program files/apache
group/apache/conf/httpd.conf:
Cannot load c:/program files/apache group/apache/modules/mod_actions.so into
server: (126) T
On Wed, 21 Aug 2002, Hytham Shehab wrote:
> hi guys,
> while am using activeperl on XP, i have installed mod_perl v1.27_01-dev
> using
> ppm, but after getting the whole thing, some script runs and offer me to
> create apache/modules/, when i answere with yes, it bail out upnormally,
> tellin
hi guys,
while am using activeperl on XP, i have installed mod_perl v1.27_01-dev
using
ppm, but after getting the whole thing, some script runs and offer me to
create apache/modules/, when i answere with yes, it bail out upnormally,
telling me 'something' i didn't figure out about mod_perl.so,
On Wed, 21 Aug 2002, Stas Bekman wrote:
> Hytham Shehab wrote:
> > hi guys,
> > how can i install mod_perl under a pre-installed Apache 2 binary
> > installation?
> > all what i found through docs is installing via source copies.
>
> You don't say what platform you are on. On Unix it's all t
Hytham Shehab wrote:
> hi guys,
> how can i install mod_perl under a pre-installed Apache 2 binary
> installation?
> all what i found through docs is installing via source copies.
You don't say what platform you are on. On Unix it's all the same, just
skip the build/installation of the Apach