PHPPGADMIN 4.2.2 access problem from client ip
Hi Team,
I installed phppgadmin in Ubuntu10.04 LTS. I tried to allow only local user connection but it is not working it throws below error in the browser.
Forbidden
You don't have permission to access /phppgadmin/ on this server.
Apache/2.2.22 (Ubuntu) Server at 10.44.0.218 Port 80
My phppgadmin configuration details:
root@webstar:~# cat /etc/apache2/
Alias /phppgadmin /usr/share/
<Directory /usr/share/
DirectoryIndex index.php
AllowOverride None
order deny,allow
deny from all
#allow from 127.0.0.0/255.0.0.0 ::1/128
#allow from 127.0.0.0/255.0.0.0 ::1/128 10.43.16.
allow from 10.43.16.65/26
#allow from 10.43.16.68/26
#allow from all
<IfModule mod_php5.c>
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_value include_path .
</IfModule>
<IfModule !mod_php5.c>
<IfModule mod_actions.c>
<IfModule mod_cgi.c>
AddType application/
Action application/
</IfModule>
<IfModule mod_cgid.c>
AddType application/
Action application/
</IfModule>
</IfModule>
</IfModule>
</Directory>
root@webstar:~#
Please advise me to do successfully.
Thanks in Advance
Ramesh R
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu ntp Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask ramesh raman for more information if necessary.