am I doing something wrong ? 6.2/apache/mod_perl +php4

2000-08-13 Thread Pete Lancashire
When I add php4 to the stock Apache it will not stay running. There is nothing in the error log. I really hope someone can help with this one. rpm -e mod_perl rpm -e apache rpm -Uvh ...apache-1.3.12-2.src.rpm rpm -Uvh ...mod_perl-1.21-10.i386.rpm start, test (ok), stop httpd get latest stable m

Apache + mod_perl + ASP.pm

2000-07-05 Thread Adair Vieira JĂșnior.
Hi, I wanted to place Active Server Pages under Apache, mod_perl module is required but if I put on RedHat Linux 6 server with an RPM style "Apache + mod_perl" and Apache::ASP, it doesn't work. The documentation says that static version of the httpd server is the solution.

[RH-list]Apache-mod_perl-PHP3-postres-mysql-TESTING-Thanks.]

2000-04-20 Thread p-thilts
Charles: Well I think I've got part of my answer. See attached file. Bye-thanks_TED $ perldoc cgi_to_mod_perl For using mod_perl as a CGI replacement, the recommended configuration is as follows: Alias /perl/ /real/path/to/perl-scripts/ SetHa

[Fwd: [RH-list]Apache-mod_perl-PHP3-postres-mysql-TESTING-Thanks.]

2000-04-20 Thread p-thilts
Charles Galpin wrote: > Sorry, I said too much :). I should have just gone with the URL. > > Yes, i was commenting on the use of a shell script to invoke a perl script > instead of calling it directly. You can do it any way you like, but if you > want to use mod_perl, you might want to consid

Re: [RH-list]Apache-mod_perl-PHP3-postres-mysql-TESTING

2000-04-19 Thread Charles Galpin
Sorry, I said too much :). I should have just gone with the URL. Yes, i was commenting on the use of a shell script to invoke a perl script instead of calling it directly. You can do it any way you like, but if you want to use mod_perl, you might want to consider putting that script logic into p

Re: [RH-list]Apache-mod_perl-PHP3-postres-mysql-TESTING

2000-04-18 Thread p-thilts
r 2000, p-thilts wrote: > > > With a lot of help I've now arrived at a detailed procedure that builds > > from sources Apache, mod_perl, PHP( which can access the PostgresSQL and > > MySQL databases), as well as the database themselves (Server, Client, > > and Develop

Re: [RH-list]Apache-mod_perl-PHP3-postres-mysql-TESTING

2000-04-17 Thread Charles Galpin
detailed procedure that builds > from sources Apache, mod_perl, PHP( which can access the PostgresSQL and > MySQL databases), as well as the database themselves (Server, Client, > and Development). The tar files from the RH6.2 rpm source files were > used (except for MySQL which was

[RH-list]Apache-mod_perl-PHP3-postres-mysql-TESTING

2000-04-16 Thread p-thilts
With a lot of help I've now arrived at a detailed procedure that builds from sources Apache, mod_perl, PHP( which can access the PostgresSQL and MySQL databases), as well as the database themselves (Server, Client, and Development). The tar files from the RH6.2 rpm source files were

Re: apache, mod_perl

2000-02-27 Thread Anthony E. Greene
Jason Costomiris wrote: > How does one go about submitting work to LDP? What format do they accept > documents in? SGML? > What we really need is an XML DTD for the LDP, in my opinion... DocBook -- Anthony E. Greene <[EMAIL PROTECTED]> Homepage & PGP Key

Re: apache, mod_perl

2000-02-26 Thread Jason Costomiris
On Sat, Feb 26, 2000 at 12:31:41PM -0500, hUnTeR wrote: : You're quite welcome, glad to be of some assistance. And i am glad to : hear you are back in business. Mostly.. Some stuff was lost permanently (like my db tables from the rant & link sections), but that stuff will grow again over time.

Re: apache, mod_perl

2000-02-26 Thread hUnTeR
Jason Costomiris wrote: > > On Mon, Feb 21, 2000 at 06:57:25PM -0600, Eric Cifreo wrote: > : That was a damn fine resource... > > It lives again. I put a bunch of stuff back up last night, including the > modssl howto. > > Thanks go to Michael B. Weiner for sending me a copy of it first... >

Re: apache, mod_perl

2000-02-26 Thread Jason Costomiris
On Mon, Feb 21, 2000 at 06:57:25PM -0600, Eric Cifreo wrote: : That was a damn fine resource... It lives again. I put a bunch of stuff back up last night, including the modssl howto. Thanks go to Michael B. Weiner for sending me a copy of it first... http://www.jasons.org/modssl.php --

Re: apache, mod_perl

2000-02-22 Thread hUnTeR
"Martin A. Marques" wrote: > > I have installed mod_perl, but I don know how to add the modules in the > apache config file (/etc/httpd/conf/httpd.conf). > > I asked to the list because jasons web is down (due to a broken disk). > > Thanks. Martin - I will send what i have from jason in a sep

Re: apache, mod_perl

2000-02-22 Thread hUnTeR
Jason Costomiris wrote: > > Which brings me to the bad news... > > The disk is really fried badly. I've recovered some of the pages from > browser caches and Google's cached pages. Notably, the modssl page > is not among them. :( > > Anyone got a copy of the page that they downloaded? I coul

Re: apache, mod_perl

2000-02-21 Thread Eric Cifreo
> On Mon, Feb 21, 2000 at 08:10:29PM -0300, Martin A. Marques wrote: > : > There is a good starting point here..http://www.jasons.org/modssl.phtml > : > although i believe that website is currently down. If you email me off > : > the list i can send you the instructions in text. > : > : I asked

Re: apache, mod_perl

2000-02-21 Thread Jason Costomiris
On Mon, Feb 21, 2000 at 08:10:29PM -0300, Martin A. Marques wrote: : > There is a good starting point here..http://www.jasons.org/modssl.phtml : > although i believe that website is currently down. If you email me off : > the list i can send you the instructions in text. : : I asked to the list b

Re: apache, mod_perl

2000-02-21 Thread Martin A. Marques
On Mon, 21 Feb 2000, hUnTeR wrote: > Martin - > > I run apache-1.3.11 with mod_ssl-2.5.0 and openssl-0.94 along with > mod_perl-1.21 and php-3.0.14. All basically built from source rpms using > the spec files from older rpms and tweaked for the upgrades. Example: > > I started with apache-mod_

Re: apache, mod_perl

2000-02-21 Thread hUnTeR
"Martin A. Marques" wrote: > > Has someone installed apache+openssl+mod_php+mod_perl? > I have all but the last (mod_perl) and want to add this feature (really > needed), and would like to do it with rpms. > > Any Idea??? > > -- > "And I'm happy, because you make me feel good, about me." - Melv

apache, mod_perl

2000-02-21 Thread Martin A. Marques
Has someone installed apache+openssl+mod_php+mod_perl? I have all but the last (mod_perl) and want to add this feature (really needed), and would like to do it with rpms. Any Idea??? -- "And I'm happy, because you make me feel good, about me." - Melvin Udall