i installed the apache2 (with a quick setup according the wizzard) and mysql.
Afterwards i installed phpmyadmin
now i want to put some files into this directory
svr/www/htdocs
but everytime i try it failes
what can it be - what does that mean!?
btw: I know the permission-issues in general - do i have a permission issue here!?
How to treat and how to proceed.
Should i describe more in depht - should i give you more details - do you need more!?
greetings dilbert
ps: i have had such kind of issues one year ago - with the opensuse 11.4 but now i am facing the same issue:
https://forums.opensuse.org/english/get-technical-help-here/install-boot-login/465932-permission-issue-after-installing-apache2-opensuse-11-4-how-put-some-files-svr-www-htdocs.html
btw: Which is the localhost directory
and yes; I can’t access localhost/phpmyadmin/
I am having trouble with a web application;
Which is the localhost directory
and yes; I can’t access localhost/phpmyadmin/
this is all the stuff: i have done a webserver-configuration according this tutorial
the configuration was done with the http-wizzard - see the data i have set…
# netstat -lntp
linux-70ce:/srv # netstat -lntp
Aktive Internetverbindungen (Nur Server)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:4242 0.0.0.0:* LISTEN 2517/firefox
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2196/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1285/master
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 1035/mysqld
tcp 0 0 :::80 :::* LISTEN 4556/httpd2-prefork
tcp 0 0 :::631 :::* LISTEN 1/init
tcp 0 0 ::1:25 :::* LISTEN 1285/master
tcp 0 0 :::443 :::* LISTEN 4556/httpd2-prefork
linux-70ce:/srv #
btw. if i type localhost - i get back -"it works"
the structure is like this:
martin@linux-70ce:/srv> ls -ld
drwxr-xr-x 5 root root 4096 6. Mär 2013 .
martin@linux-70ce:/srv>
see what i have:
./www/perl-lib:
martin@linux-70ce:/srv> find /srv -type d
/srv
:)
/srv/www/htdig
/srv/www/htdig/images
/srv/www/htdig/common
/srv/www/htdocs
/srv/www/htdocs/gif
/srv/www/cgi-bin
/srv/www/perl-lib
/srv/tftpboot
or that:
ls -d /srv/*/
martin@linux-70ce:/srv> ls -d /srv/*/
/srv/ftp/
/srv/tftpboot/
/srv/www/
martin@linux-70ce:/srv> ^C
martin@linux-70ce:/srv>
btw: as mentioned above - I can’t access localhost/phpmyadmin/
a friend of me told me the following:
what you need to do is to add phpmyadmin to the apache configuration:
sudo [my-password] /etc/apache2/apache2.conf
Add the phpmyadmin config to the file:
Include /etc/phpmyadmin/apache.conf
then restart apache:
sudo service apache2 restart
what should i do - what is your advice!?
love to hear from you´
greetings