phppgadmin_debian
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
phppgadmin_debian [2016/05/29 12:01] – created sweitmann | phppgadmin_debian [2024/09/25 06:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | 1.) Install | + | 1.) Install |
- | | + | |
| | ||
- | 2.) Edit Apache | + | 2.) Create apache |
nano / | nano / | ||
| | ||
- | | + | |
+ | < | ||
+ | DirectoryIndex index.php | ||
+ | Options +FollowSymLinks | ||
+ | AllowOverride None | ||
+ | order deny, | ||
+ | deny from all | ||
+ | allow from 127.0.0.0/ | ||
+ | allow from all | ||
+ | < | ||
+ | php_flag magic_quotes_gpc Off | ||
+ | php_flag track_vars On | ||
+ | php_value include_path . | ||
+ | </ | ||
+ | </ | ||
| | ||
- | 3.) Edit phpPgAdmin | + | 3.) Copy and edit phppgadmin |
- | | + | |
| | ||
- | $conf[' | + | |
+ | |||
+ | $conf[' | ||
+ | |||
+ | | ||
+ | |||
+ | |||
+ | 4.) Restart postgresql and apache |
phppgadmin_debian.1464523302.txt.gz · Last modified: 2024/09/25 06:19 (external edit)