Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
- Verify that mod_php and mod_perl are enabled, should you choose to go this route, or: - Verify that you can pass the scripts themselves directly into the PHP and Perl command-line interfaces, i.e. "perl testscript.pl" or "php testscript.php" and view the output - Verify that you have handlers set up for your script's file extension (forget what this is called in Apache config (AddHandler?), you either want to use the Apache modules or have the scripts parsed by the CLI counterparts) - Verify that the scripts have appropriate executable permissions - Verify that your configuration is valid and being parsed correctly (I think you can do some initial tests on your config files, without actually starting Apache) - Make sure when you pass that ExecCGI option you are giving it a directory to work with... i.e. you can allow execution of all CGI scripts inside the ServerRoot directory, recursively That's all I got for now. Good luck! On Nov 27, 2007 9:35 AM, Scott Ehrlich <[hidden email]> wrote: > I got this working perfectly at home - what should be exact same setups- > > - Fresh install of CentOS 5 32-bit from DVD > - yum update & upgrade > - Reboot > - yum install mysql-server > - Download phpmyadmin and bugzilla from their respective home pages > - Move both to /var/www/html, naming the extracted phpmyadmin directory as > phpmyadmin, the same with bugzilla > - Copy my working httpd.conf file from home and replacing the work one, > then > restarting httpd - sudo /etc/init.d/httpd restart > - Verify mysql is running - sudo /etc/init.d/mysqld restart > > Call up firefox via an ssh x session and visit > http://localhost/phpmyadmin/index.php. Instead of showing a rendered > page, it > only shows the text of the index.php file. > > Same for http://localhost/bugzilla/index.cgi > > What did I miss? The same config file from home, in a setup that worked > perfectly, is missing something here! > > /usr/sbin/httpd -v > Server version: Apache/2.2.3 > > Thanks for any help. > > Scott > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > _______________________________________________ > Discuss mailing list > [hidden email] > http://lists.blu.org/mailman/listinfo/discuss >
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |