Get your own customer support community

Recent activity

Subscribe to this feed
  • question

    Juan asked a question in ClickOnTyler on October 07, 2008 07:46:

    Juan
    500 and 403 error after VirtualHostX + Mamp on leopard 10.5.5
    Hi there!!

    I have just install VirtualHostX today. After configure three virtual host, I started testing them. Although one of then works just great, the other two report me the 500 and 403 error. I have double check the configuration for them, through the application and by command line, examining the paths and ports of the files and every thing appear to be right.

    Specifially, in the 500 error I got:

    ----------------------------------------------------------------------------------------------------------------
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    ----------------------------------------------------------------------------------------------------------------

    and in the 403 error:

    ----------------------------------------------------------------------------------------------------------------
    Forbidden

    You don't have permission to access /Users/juanfernandovillanueva/Sites/app/webroot/layout/resources/YAML/yaml_306_080609/examples/Users/juanfernandovillanueva/Sites/app/webroot/layout/resources/YAML/yaml_306_080609/examples/Users/juanfernandovillanueva/Sites/app/webroot/layout/resources/YAML/yaml_306_080609/examples/Users/juanfernandovillanueva/Sites/app/webroot/layout/resources/YAML/yaml_306_080609/examples/Users/juanfernandovillanueva/Sites/app/webroot/layout/resources/YAML/yaml_306_080609/examples/Users/juanfernandovillanueva/Sites/app/webroot/layout/resources/YAML/yaml_306_080609/examples/Users/juanfernandovillanueva/Sites/app/webroot/layout/resources/YAML/yaml_306_080609/examples/Users/juanfernandovillanueva/Sites/app/webroot/layout/resources/YAML/yaml_306_080609/examples/Users/juanfernandovillanueva/Sites/app/webroot/layout/resources/YAML/yaml_306_080609/examples/Users/juanfernandovillanueva/Sites/app/webroot/layout/resources/YAML/yaml_306_080609/examples/ on this server.
    ----------------------------------------------------------------------------------------------------------------

    which are strange paths for my configuration! (I don't have nothing with app/webroot)

    I will really appreciate some help about this behavior since I would like to buy this application and run multiples virtual host.

    Thank you very much!!!
    Juan Fernando Villanueva

    =======================================================================
    Important information about my enviroment:
    =======================================================================

    Leopard 10.5.5 Build 9F33
    Web Sharing is turned off
    Apache 2.0.59
    MySQL 5.0.41
    PHP 4.4.8 & 5.2.6
    APC 3.0.14
    eAccelerator 0.9.5.3
    XCache 1.2.0
    phpMyAdmin 2.11.7.1
    Zend Optimizer 3.3.3
    SQLiteManager 1.2.0
    Freetype 2.3.4
    t1lib 5.1.1
    curl 7.18.2
    jpeg 6b
    libpng-1.2.18
    gd 2.0.34
    libxml 2.6.32
    libxslt 1.1.24
    gettext 0.17
    libidn 0.6.14
    iconv 1.11
    mcrypt 2.5.8
    YAZ 3.0.6 & PHP/YAZ 1.0.12

    My html and php files are stored on /users/juanfernandovillanueva/Sites. I have done a link from /Applications/MAMP/htdocs to the first path in order to access them when MAMP is up. This configuration has been working right.

    The Website folder field in VirtualHostX stars with "/users/juanfernandovillanueva/Sites" plus the specific name of each virtual host folder:

    httpd-vhosts.conf file

    --------------------------------------------------------------------------------------------------------------
    NameVirtualHost *

    <virtualhost>
    ServerName "partuza"
    DocumentRoot "/Users/juanfernandovillanueva/Sites/PHP/partuza/html"

    <virtualhost>
    ServerName "codeagency"
    DocumentRoot "/Users/juanfernandovillanueva/Sites/clients/cookingVersion/codeAgency"

    <virtualhost>
    ServerName "YAML"
    DocumentRoot "/Users/juanfernandovillanueva/Sites/layout/resources/YAML/yaml_306_080609/examples"

    ---------------------------------------------------------------------------------------------------------------

    host file:

    ##
    # Host Database
    #
    # localhost is used to configure the loopback interface
    # when the system is booting. Do not change this entry.
    ##
    127.0.0.1 localhost
    255.255.255.255 broadcasthost
    ::1 localhost
    fe80::1%lo0 localhost

    # VIRTUAL HOST START
    127.0.0.1 partuza
    127.0.0.1 codeagency
    127.0.0.1 YAML
    # VIRTUAL HOST STOP