Jump to content

hexzero

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Contact Methods

  • ICQ
    140653114

Profile Information

  • Gender
    Not Telling

hexzero's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. This may be a shot in the dark, but I had to make sure the following was set in the php.ini-dist register_globals = on It should be on or around line 355 I found this fix somewhere in this forum earlier when I had the same type of problem when trying to get a form to work. Hope that works for you... Hexzero
  2. Okay, I updated to RH 9 today. Yeah Yeah, I know stupid thing to do so soon, but I am a newb to the ^nth degree here. Anyway, I am getting an error when trying to start my apache server after the upgrade: Syntax error on line 239 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference ./apachectl startssl: httpd could not be started Just wanted to see if anyone has seen this yet and what it means. If it is an easy fix, I appreciate the posts. Thanks!
  3. Actually I haven\'t set them up yet for the virtual host at all. Right now its set the normal way, but I was sure you would have to add some type of directive under the virtual host. Thanks for the help....
  4. Okay.. I admit, I am very new to php & apache. Everything has ben working well for quite some time. I have managed to code a couple sites with out any problems. Being the brave soul that I am (Not), I decided to move a couple domains onto my server to host as vhost. I would like to know how to enable php in the vhost themselves. I have searched the different forums and what not, but I was not able to find anything that would make much sense. Here is an example of one of my vhost that is in my httpd.conf: <VirtualHost 192.168.1.126> ServerAdmin admin@mydomain.com DocumentRoot /home/mydomainuser/www ServerName www.mydomain.com ErrorLog /home/mydomainuser/wwwlogs/error_log TransferLog /home/mydomainuser/wwwlogs/access_log </VirtualHost> Now, I know there is something that is supposed to be added to this to allow php to load, but i am not sure what. I am using PHP 4.3.0 with Apache 1.3.27 Thanks for the feedback, and I hope this post and its replies will be useful for others that trip down the same path I have!
×
×
  • 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.