[vz-users] Ordner für PHP-Script

Heine.thomas at online.de Heine.thomas at online.de
Wed Sep 14 17:33:52 CEST 2016


Hallo Andreas,

das steht drin:

<Directory />
         Options FollowSymLinks
         AllowOverride None
         Require all denied
</Directory>

<Directory /usr/share>
         AllowOverride None
         Require all granted
</Directory>

<Directory /var/www/>
         Options Indexes FollowSymLinks
         AllowOverride None
         Require all granted
</Directory>

AccessFileName .htaccess

<FilesMatch "^\.ht">
         Require all denied
</FilesMatch>





wenn ich die Datei ins /var/www/ lege, kann ich sie aber auch nicht starten.
Brauch ich da bestimmte Zugriffsrechte?

Gruß
Thomas


Am 14.09.2016 um 17:28 schrieb Andreas Götz:
Ich verstehe Deine Antwort nicht- was steht denn nun in der Apache 
Konfiguration?
>
> Viele Grüße, Andreas
>
> Am 14.09.2016 um 17:03 schrieb "Heine.thomas at online.de 
> <mailto:Heine.thomas at online.de>" <Heine.thomas at online.de 
> <mailto:Heine.thomas at online.de>>:
>
>> Hallo,
>>
>> Das steht in der Datei:
>>
>>
>> # Alias for phpMyAdmin directory
>> alias.url += (
>>         "/phpmyadmin" => "/usr/share/phpmyadmin",
>> )
>>
>> # Disallow access to libraries
>> $HTTP["url"] =~ "^/phpmyadmin/libraries" {
>>     url.access-deny = ( "" )
>> }
>> $HTTP["url"] =~ "^/phpmyadmin/setup/lib" {
>>     url.access-deny = ( "" )
>> }
>>
>> # Limit access to setup script
>> $HTTP["url"] =~ "^/phpmyadmin/setup" {
>>         auth.backend = "htpasswd"
>>         auth.backend.htpasswd.userfile = "/etc/phpmyadmin/htpasswd.setup"
>>         auth.require = (
>>                 "/" => (
>>                         "method" => "basic",
>>                         "realm" => "phpMyAdmin Setup",
>>                         "require" => "valid-user"
>>                 )
>>         )
>> }
>>
>>
>> Kann aber damit nichts anfangen.
>>
>> In welchen Ordner muss ich die Datei reinpacken, dass ich das Script 
>> aufrufen kann?
>>
>> Danke Gruß
>> Thomas
>>
>>
>>
>>
>>
>> Am 14.09.2016 um 16:35 schrieb Andreas Götz:
>>> Schau doch mal in die Apache Config- httpd.conf und die vhosts. Da 
>>> werden sich die DocumentRoot Ordner finden.
>>>
>>> Viele Grüße, Andreas
>>>
>>> Am 14.09.2016 um 15:29 schrieb "Heine.thomas at online.de 
>>> <mailto:Heine.thomas at online.de>" <Heine.thomas at online.de 
>>> <mailto:Heine.thomas at online.de>>:
>>>
>>>> Hallo,
>>>>
>>>> ich würde gerne über´s web auf dem Raspi (VZ-Image) ein PHP-Script 
>>>> aufrufen. In welchem Ordner muss es liegen, dass ich drauf 
>>>> zugreifen kann?
>>>> Im Ordner /var/www/html klappts nicht.
>>>> Bei meinem zweiten Raspi (Jessie light Image) klappts auf dem Ordner.
>>>>
>>>> Was mach ich falsch?
>>>>
>>>>
>>>> Danke Gruß
>>>> Thomas
>>>>
>>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20160914/9670da9e/attachment.html>


More information about the volkszaehler-users mailing list