Advanced Menu


SQL Database

This function will allow you to show/edit/manage your MySQL databases. You can see the list of databases installed under Databases. You can create a new MySQL Database by adding the databse name in the blank field next to Add Db and then clicking on Add Db. You can add a user to a database by selecting the database and user from the drop boxes next to Add User to Db. To add a user, under the Users section, enter the users name and password in the blank fields and click Add User.


Cron Jobs

With the Cron Jobs function, you can set a refernce to a crontab command. You can fill in the minute, hour, day, month, or weekday you wish the command to be activated on. To commit a cron command link, click Commit Changes. To remove the link, click Reset Changes.

Setting all fields, as asterisks would mean the command would run every minute. Setting the minute and hour field as 0s, and the rest as asterisks would mean the command would run at midnight.


Mime Types

Mime types are Multipurpose Internet Mail Extensions. MIME allows you to send and read e-mails that involve characters and information in many different file formats. To add a file format, add the extension of the file in the blank field next to extension, and the program that reads the file in the blank field next to Mime Type.


Apache Handlers

Apache handlers tell Apache what to do when a certain file type is called. For example, cgi-scriptfor .cgi or .pl will tell apache to treat the file as a CGI script. To add a handler put the handler name in the blank field under Handler, and add the extensions you wish to associate it with in the blank field underneath Extension(s). You can find more infotmation about using, and adding handlers from http://www.apache.org.


Redirects

If you would like a page to automatically redirect viewers to another page, you can set this up using redirects. To redirect users to another page first, type in the page address that is on your server. Next, type in the address of the page you wish to redirect viewers to after the arrow. Then set the redirect status. A temporary redirect can be removed, a permanent one cannot. Finally, click Add to add the redirect.

To remove a redirect, use the drop box to select the redirect you wish to remove and click Remove. The redirects that are active are listed under Current Redirects.

Back