Jump to content

Nicat23

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Contact Methods

  • AIM
    Nicat23
  • Website URL
    http://www.nitwitz.org
  • Yahoo
    Nicat23

Profile Information

  • Gender
    Not Telling
  • Location
    Ft Worth, TX

Nicat23's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. try this.. it\'s a sample configure line.. the options may not be the same as yours.. but I have imap support enabled as well as openssl and vpopmail support, which is going away soon.. ./configure --with-apxs=/var/www/bin/apxs --with-mysql --enable-track-vars --enable-versioning --with-imap=../imap-2002a/ --with-imap-ssl=../openssl-0.9.7 --with-vpopmail=/var/vpopmail that\'s what you need to do if you\'re installing it as a module (I think...) you need to change the /var/www/bin/apxs to wherever apxs is installed.. then once you have that done and compiled and installed, then you need to add these lines to the httpd.conf LoadModule php4_module libexec/libphp4.so AddType application/x-httpd-php .php .phtml .php3
  2. Random: If you\'re running a *nix machine then as long as the server is started then you should be able to access the webserver from inside your lan by typing in http://whatevertheservername or http://whatevertheipoftheserveris To be able to access it from outside your lan then you need to go in and map the port on the router to whatever the ip address is of the webserver.. for example you could do something like this.. I have a netgear router.. Port 80 to 10.20.30.5 it depends on what type of router you have as to how to map the ports.. but it\'s not that hard
  3. What OS are you running and what version of apache are you running? Also you can try going into the httpd.conf file and looking for a line that says ServerName and try commenting it out if it isn\'t already.. if it is commented try uncommenting it.. Let me know what happens.
  4. in the httpd.conf file look for this LoadModule php4_module libexec/libphp4.so AddType application/x-httpd-php .php .phtml .php3 It should be under the Dynamic Shared Object (DSO) support area... Hope that helps
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.