| Sign In/My Account | View Cart |
| Article: |
Build Your Own Apache Server with mod_perl and mod_ssl | |
| Subject: | configure??? | |
| Date: | 2002-12-27 21:17:00 | |
| From: | joeateb | |
|
I got through the first article and have set up my own Apache server with mod_perl. In fact I am using it to serve a site I am developing for my son. http://www.jimmysstickershack.com I was able to get the new server running and displaying pages but I have got a couple of things I need to resolve. First; how do I get the server to serve a page from a subdirectory? Second; I was trying to follow the mod_ssl development and ran into a problem at the section (pg2) where you type:
|
||
Showing messages 1 through 5 of 5.
configure???
What do you mean by "a subdirectory?" If you put documents into a subdirectory of your document root (which by default should be
/usr/local/apache/htdocs), it should work provided that the permissions on the directory and its contents are such that the user "nobody" can read them.<blockquote>terminal reports:
no command ./configure</blockquote>
Really? Are you in the Apache source code directory? The
configurescript should just be there and work. If somehow its executable bit was unset, you could trysh configure ..., instead.HTH,
David