FAQ Stats:
 
FAQ Categories:
FAQ Questions:
[ 22 ]
[ 153 ]
    FAQ Search   
 
 



AngelicHost FAQ >> Operating System And Webserver Information:

  1. Does AngelicHost have Windows NT webservers?
  2. How can I change the index listing in a directory?
  3. What is the .htaccess file?
  4. What Operating System does AngelicHost use for its UNIX webservers?
  5. What webserver software does AngelicHost use for UNIX web hosting?
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  1. Does AngelicHost have Windows NT webservers? [top]
    No. We do not currently provide Windows web servers.

    Timestamp: 2003/01/17
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  2. How can I change the index listing in a directory? [top]
    You can change the initial page that is sent to client requests when a directory is accessed by placing the following line into your .htaccess file:

    DirectoryIndex filename

    Replace "filename" with the actual file you wish displayed when someone visits the directory where your .htaccess file exists. By default, the webserver will display a file named "index.html". If that does not exist, then it displays "index.htm". If that does not exist, then it displays "index.shtml" Finally, if that does not exist either it displays "index.cgi". If there is not index.cgi file either it lists all of the files in the current directory.


    Timestamp: 2003/01/17
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  3. What is the .htaccess file? [top]
    The .htaccess file is a file which is read by Apache (if exists) prior to incoming client request being fulfilled. Your .htaccess file can tell Apache to do certain things, overriding the global configuration for the webserver. The "rules" outlined in the .htaccess file will preside over the directory where the .htaccess file is located and every directory inside of it. Some simple examples of manipulation the webserver include the ability to redirect requests to a different URL, directory index manipulation, error documents, etc.

    Important Note: Any incorrect syntax in your .htaccess file will lead to the webserver returning a strange error when you try to visit your website. Therefore, you need to be sure to use proper syntax when writing to your .htaccess file.


    Timestamp: 2003/01/17
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  4. What Operating System does AngelicHost use for its UNIX webservers? [top]
    We are running RedHat Linux on all UNIX web servers.

    Timestamp: 2003/01/17
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  5. What webserver software does AngelicHost use for UNIX web hosting? [top]
    AngelicHost uses Apache Webserver on all UNIX servers. However, we do make some modifications to the original source code so that we can offer the features and services we do.

    Timestamp: 2003/01/17
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -