wamp sever still orange !!!
Posted by: phareljo (116.75.98.---)
Date: October 30, 2014 11:28AM

i have try to change the phpmyadmin file , to allow access from outside . since then i got these errors int he windows errrors log :

The Apache service named reported the following error:
>>> httpd.exe: Syntax error on line 554 of C:/wamp/bin/apache/apache2.4.9/conf/httpd.conf: Syntax error on line 27 of C:/wamp/alias/phpmyadmin.conf: </Directory> without matching <Directory> section

Options: ReplyQuote
Re: wamp sever still orange !!!
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: October 30, 2014 11:37AM

That is because you have messed up your 'C:/wamp/alias/phpmyadmin.conf' when you made your changes.


Post the contents of your 'C:/wamp/alias/phpmyadmin.conf' file and I will have a look at it

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: wamp sever still orange !!!
Posted by: phareljo (116.75.98.---)
Date: October 30, 2014 08:21PM

thanks RiggsFolly , you are right , but i dont know how to fix !!


Alias /phpmyadmin "c:/wamp/apps/phpmyadmin4.1.14/"

# to give access to phpmyadmin from outside
# replace the lines
#
# Require local
#
# by
#
# Require all granted
#

<Directory "c:/wamp/apps/phpmyadmin4.1.14/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
<IfDefine APACHE24>
Require local </IfDefine>
<IfDefine !APACHE24>
Order Deny,Allow
Deny from all
Allow from localhost ::1 127.0.0.1
</IfDefine>
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>

Options: ReplyQuote
Re: wamp sever still orange !!!
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: October 31, 2014 12:13AM

This is that file as it was released.


Alias /phpmyadmin "d:/wamp/apps/phpmyadmin4.1.14/"

# to give access to phpmyadmin from outside 
# replace the lines
#
# Require local
#
# by
#
# Require all granted
#

<Directory "d:/wamp/apps/phpmyadmin4.1.14/">
   Options Indexes FollowSymLinks MultiViews
   AllowOverride all
  <IfDefine APACHE24>
    Require local
  </IfDefine>

  <IfDefine !APACHE24>
    Order Deny,Allow
    Deny from all
    Allow from localhost ::1 127.0.0.1
  </IfDefine>
  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>



All I can see wrong is this.

<IfDefine APACHE24>
Require local </IfDefine>


I am assuming you are using notepad to edit the file, try downloading notepad++. That can cope with UNIX End Of Lines and notepad cannot. Then fix that file using notepad++

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: wamp sever still orange !!!
Posted by: phareljo (116.75.98.---)
Date: October 31, 2014 06:18AM

thank you , my wamp light is now green , all i had to change in your code was the directory , but that's the exact answer i needed
<Directory "d:/wamp/apps/phpmyadmin4.1.14/">
<Directory "c:/wamp/apps/phpmyadmin4.1.14/"> // i saved in c: instead
now eveything is fine , thanks

Options: ReplyQuote
Re: wamp sever still orange !!!
Posted by: phareljo (116.75.98.---)
Date: October 31, 2014 02:12PM

how can i do , to allow access from outside to my localhost

Options: ReplyQuote
Re: wamp sever still orange !!!
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: October 31, 2014 03:34PM

wampmanager -> Put Online

Then Port Forward your Router.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: wamp sever still orange !!!
Posted by: phareljo (116.75.98.---)
Date: October 31, 2014 04:25PM

thanks very much ! , if i knew this , i wouldnt mess up with my phpadmin file

Options: ReplyQuote


Sorry, only registered users may post in this forum.