J
jmar83
Guest
Hallo zusammen
Da kann man irgendwie machen was man will, kaum ändert man was an der Konfig geht das was vorher ging plötzlich nicht mehr. Manchmal 2 Schritte vorwärts und einer zurück, manchmal 1 Schritt vorwärts und einer zurück.
Was ich brauche ist folgendes:
- PHP 7.0.9 als FastCGI (wegen dem ORM-Framework "phlacon")
- Verwendung von .htaccess
- Verzeichnisinhalte NICHT anzeigen
- Dateisystem / Verzeichnis-Links, welche sichim htdocs-Verz. befinden, akzeptieren
Konfig ist aktuell u.A. folgende:
```
DocumentRoot "c:/Apache24/htdocs"
<Directory "c:/Apache24/htdocs">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.4/mod/core.html#options
# for more information.
#
# J.M., 2019-07-30 {
#Options Indexes FollowSymLinks
# } J.M., 2019-07-30
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# AllowOverride FileInfo AuthConfig Limit
#
# J.M., 2019-07-30 {
#AllowOverride None
# } J.M., 2019-07-30
#
# Controls who can get stuff from this server.
#
Require all granted
# J.M., 2019-07-30 {
Options Indexes MultiViews FollowSymLinks SymLinksIfOwnerMatch
AllowOverride All
Order allow,deny
Allow from all
# } J.M., 2019-07-30
</Directory>
```
Evtl. kann mir jemand den einen oder anderen Tipp zum Thema geben? Vielen Dank.
Da kann man irgendwie machen was man will, kaum ändert man was an der Konfig geht das was vorher ging plötzlich nicht mehr. Manchmal 2 Schritte vorwärts und einer zurück, manchmal 1 Schritt vorwärts und einer zurück.
Was ich brauche ist folgendes:
- PHP 7.0.9 als FastCGI (wegen dem ORM-Framework "phlacon")
- Verwendung von .htaccess
- Verzeichnisinhalte NICHT anzeigen
- Dateisystem / Verzeichnis-Links, welche sichim htdocs-Verz. befinden, akzeptieren
Konfig ist aktuell u.A. folgende:
```
DocumentRoot "c:/Apache24/htdocs"
<Directory "c:/Apache24/htdocs">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.4/mod/core.html#options
# for more information.
#
# J.M., 2019-07-30 {
#Options Indexes FollowSymLinks
# } J.M., 2019-07-30
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# AllowOverride FileInfo AuthConfig Limit
#
# J.M., 2019-07-30 {
#AllowOverride None
# } J.M., 2019-07-30
#
# Controls who can get stuff from this server.
#
Require all granted
# J.M., 2019-07-30 {
Options Indexes MultiViews FollowSymLinks SymLinksIfOwnerMatch
AllowOverride All
Order allow,deny
Allow from all
# } J.M., 2019-07-30
</Directory>
```
Evtl. kann mir jemand den einen oder anderen Tipp zum Thema geben? Vielen Dank.