ASP Win32 problems

2001-04-02 Thread George A. Fitch III
Hi, I installed mod_perl and Apache::ASP on WinNT, and the sample .htm files work fine. I can't seem to get the sample .asp files to work, though. I checked the error log and saw these errors: [Mon Apr 02 15:52:04 2001] [error] [asp] [174] [error] can't create group dir /tmp/asp_demo: No such

RE: ASP Win32 problems

2001-04-02 Thread George A. Fitch III
/tmp/asp_demo in the entire apache directory upon your suggestion. Thanks for the help, Gaf -Original Message- From: Joshua Chamas [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 4:51 PM To: George A. Fitch III Cc: [EMAIL PROTECTED] Subject: Re: ASP Win32 problems You

RE: conflicts between mod_perl and php4

2000-11-08 Thread George A. Fitch III
Hmmm, maybe they're fighting over the named pipe. Maybe you can get around it with your DBI $dsn. Try specifying the mysql server with the network path (as opposed to nothing or 'localhost') so it uses a tcp connection instead of the named pipe. It'll be slower if it works, but that's better

Extreme Newbie Question

2000-11-01 Thread George A. Fitch III
Let me apologize in advance if this is covered on a FAQ somewhere, or if this is the wrong place for this question. I've looked on the Apache web sites and in "Administering Apache" by Arnold, Almeida, and Miller but no luck. I'm just trying to get started with Apache and Perl on WinNT. I've

Extreme Newbie Question

2000-11-01 Thread George A. Fitch III
Nevermind, after searching on altavista for a couple hours I found a page that explained I had to use the #! notation (its not just for Unix anymore!) The test script works fine now. Gaf