VO Web Servers

From Cheaha
Revision as of 00:04, 19 July 2007 by Jpr@uab.edu (talk | contribs) (→‎Configuring a CentOS 4x Apache config: php-mysql install note)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Attention: Research Computing Documentation has Moved
https://docs.rc.uab.edu/


Please use the new documentation url https://docs.rc.uab.edu/ for all Research Computing documentation needs.


As a result of this move, we have deprecated use of this wiki for documentation. We are providing read-only access to the content to facilitate migration of bookmarks and to serve as an historical record. All content updates should be made at the new documentation site. The original wiki will not receive further updates.

Thank you,

The Research Computing Team

Configuring a CentOS 4x Apache config

Remove the welcome.conf file

If you don't want to enable directory indexes when there isn't an index.html in a directory, you will need to remove or comment out the contents of the conf.d/welcome.conf file. If not, this will force the default "welcome" page to be displayed. Note, this may be a security consideration, so don't just blindly do it. It's documented here to avoid frustration if you know you've allowed directory indexes via Options Indexes or simile but you still don't see them.

Explictly install php-mysql

You will probably need to explicitly install the php-mysql rpm to enable php tools access to the database.

yum install php-mysql