Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter hob

    (@jaechick)

    I’ve updated the httpd.config file and now the Apache won’t start. I’ve quit and restarted MAMP, rebooted my MBP, nothing. Apache and MYSQL ports set to 80 & 3306 respectfully.
    Only thing that seemed to be progress was to completely reinstall MAMP which allowed both Apache & MySQL servers to restart with ports set to 80 & 3306, however I get an error notice in phpMyAdmin

    Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.

    I was only able to get this message to appear one time and I’m not sure where the error log is.

    Thread Starter hob

    (@jaechick)

    This should be in the Virtual Hosts section of my httpd.config file, no?

    The file didn’t include anything similar to the example so I appended it, still with no change.

    This is what the Virtual hosts section of the file is currently looking like.

    ### Section 3: Virtual Hosts
    #
    # VirtualHost: If you want to maintain multiple domains/hostnames on your
    # machine you can setup VirtualHost containers for them. Most configurations
    # use only name-based virtual hosts so the server doesn't need to worry about
    # IP addresses. This is indicated by the asterisks in the directives below.
    #
    # Please see the documentation at
    # <URL:https://httpd.apache.org/docs-2.0/vhosts/>
    # for further details before you try to setup virtual hosts.
    #
    # You may use the command line option '-S' to verify your virtual host
    # configuration.
    
    #
    # Use name-based virtual hosting.
    #
    
    # NameVirtualHost *80
    
    <VirtualHost *:80>
      DocumentRoot /Applications/MAMP/htdocs/wordpress
      <Directory /Applications/MAMP/htdocs/wordpress>
        AllowOverride All
      </Directory>

    Again made no change whatsoever.
    Thanks.

    Thread Starter hob

    (@jaechick)

    I’m in the httpd.conf file but I’m not entirely sure which allowOverride should be set to All. There are a number of them, after creating a backup I’ve been playing the settings with no luck.
    Turning this one on, that one on, all of them on, no go.

    Thread Starter hob

    (@jaechick)

    Worked like a charm.
    Thanks man.

    Very nice design over all.
    However when not viewing on a widescreen monitor, I’ve got to scroll left/right.

Viewing 5 replies - 1 through 5 (of 5 total)