• WAMP 2.5 (apache 2.4.9, MySql 5.6.17 PHP 5.5.12) Local net problems

    From birger@bredelund.dk@21:1/5 to All on Sat May 27 04:43:47 2017
    Small web server running in Win7.
    A few domains and my own email server (hMail).
    In local network with 3-8 other PC's (Win7, Vista, XP).
    And it is atually working fine.
    (Problem may be a windows networking problem...)

    I can access phpmyadmin via internet (http://my.ip.adress/phpmyadmin).

    I would like to access phpmyadmin from the local network, and block all access from internet.
    Like http://servername/phpmyadmin

    Problem is, that when I do, I get a 403 error.

    Config of phpmyadmin is like this:
    <Directory "path to phpMyAdmin4.5.2/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride none
    Require all denied
    Require local
    Require ip 192.168.1
    Require ip "my.ip.adress"
    php_admin_value upload_max_filesize 128M
    php_admin_value post_max_size 128M
    php_admin_value max_execution_time 360
    php_admin_value max_input_time 360
    </Directory>

    In access.log, I get:
    "a mac-adress" - - [27/May/2017:11:53:10 +0200] "GET /phpmyadmin HTTP/1.1" 403 180
    That is access-denied, dispite the "Require local" and "Require 192.168.1", that should allow all PC's on the local net access.

    Any way to get around this?
    Can't find autorization involving mac-adresses...
    Or is this using mac-adresses instead of local ip, a Window "feature"?
    And if it is, how do I turn it off?
    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From paezkraze986@gmail.com@21:1/5 to bir...@bredelund.dk on Sun Jul 28 21:11:20 2019
    On Saturday, May 27, 2017 at 4:43:48 AM UTC-7, bir...@bredelund.dk wrote:
    Small web server running in Win7.
    A few domains and my own email server (hMail).
    In local network with 3-8 other PC's (Win7, Vista, XP).
    And it is atually working fine.
    (Problem may be a windows networking problem...)

    I can access phpmyadmin via internet (http://my.ip.adress/phpmyadmin).

    I would like to access phpmyadmin from the local network, and block all access from internet.
    Like http://servername/phpmyadmin

    Problem is, that when I do, I get a 403 error.

    Config of phpmyadmin is like this:
    <Directory "path to phpMyAdmin4.5.2/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride none
    Require all denied
    Require local
    Require ip 192.168.1
    Require ip "my.ip.adress"
    php_admin_value upload_max_filesize 128M
    php_admin_value post_max_size 128M
    php_admin_value max_execution_time 360
    php_admin_value max_input_time 360
    </Directory>

    In access.log, I get:
    "a mac-adress" - - [27/May/2017:11:53:10 +0200] "GET /phpmyadmin HTTP/1.1" 403 180
    That is access-denied, dispite the "Require local" and "Require 192.168.1", that should allow all PC's on the local net access.

    Any way to get around this?
    Can't find autorization involving mac-adresses...
    Or is this using mac-adresses instead of local ip, a Window "feature"?
    And if it is, how do I turn it off?
    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)