Desktop: i5-14600K, 32GB DDR5-6000, RTX 5070 Ti; Laptop: MacBook Pro M1 Pro 14" 16/512; Server: R9-7950X, 192GB DDR5-5600
hier moet je domein staan, met of zonder :poort
ik heb daar bv staan
ServerName vanderkemp.com:80
[ Voor 46% gewijzigd door Loran op 24-08-2004 16:56 . Reden: toev ]
Disclaimer: Ik baseer dit op absoluut niks...
Desktop: i5-14600K, 32GB DDR5-6000, RTX 5070 Ti; Laptop: MacBook Pro M1 Pro 14" 16/512; Server: R9-7950X, 192GB DDR5-5600
T.net ID. Bekijk het maar es eem..
‹(◕‿◕)›
Verwijderd
Onzin. Lees de documentatie, en met name het stukje over UseCanonicalName.Loran schreef op 24 augustus 2004 @ 16:55:
dan staat je server name verkeerd in de configuratie van apache
Die moet op "On" staan voor jouw doel.
[rml][ Apache] Trailing slash achter dir, oplossing werkt niet![/rml]
[rml][ apache] slash toevoegen of niet ?[/rml]
problemen laatste slash op apache-server
---
Prozium - The great nepenthe. Opiate of our masses. Glue of our great society. Salve and salvation, it has delivered us from pathos, from sorrow, the deepest chasms of melancholy and hate
heb wel degelijk gezocht, alleen blijkbaar niet met de goede begrippen
het enige probleem is dat ik geen alias gebruik in dit geval, maar dat de dir rechtstreeks in mn webroot staat
[ Voor 12% gewijzigd door spone op 24-08-2004 17:14 ]
Desktop: i5-14600K, 32GB DDR5-6000, RTX 5070 Ti; Laptop: MacBook Pro M1 Pro 14" 16/512; Server: R9-7950X, 192GB DDR5-5600
[search=apache trailing slash directory]spone schreef op 24 augustus 2004 @ 17:07:
[...]
heb wel degelijk gezocht, alleen blijkbaar niet met de goede begrippen
Moeten we hieruit halen dat het nog steeds niet werkt naar behoren; ondanks bovenstaande topics met tips?het enige probleem is dat ik geen alias gebruik in dit geval, maar dat de dir rechtstreeks in mn webroot staat
---
Prozium - The great nepenthe. Opiate of our masses. Glue of our great society. Salve and salvation, it has delivered us from pathos, from sorrow, the deepest chasms of melancholy and hate
Ja, inderdaadSpider.007 schreef op 24 augustus 2004 @ 17:27:
Moeten we hieruit halen dat het nog steeds niet werkt naar behoren; ondanks bovenstaande topics met tips?
vanuit httpd.config:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
| ServerName domein (de url zonder http waaronder de server bereikbaar is)
-------------------------------------------
DocumentRoot "C:/www/"
#
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions. (dev5 is not as strict as default !!! [Options FollowSymLinks])
#
<Directory />
Options FollowSymLinks MultiViews
AllowOverride None
</Directory>
--------------------------------
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
#
<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</IfModule>
---------------------------------
#
# UseCanonicalName: (new for 1.3) With this setting turned on, whenever
# Apache needs to construct a self-referencing URL (a URL that refers back
# to the server the response is coming from) it will use ServerName and
# Port to form a "canonical" name. With this setting off, Apache will
# use the hostname:port that the client supplied, when possible. This
# also affects SERVER_NAME and SERVER_PORT in CGI scripts.
#
UseCanonicalName On |
En nog steeds werkt het niet
Desktop: i5-14600K, 32GB DDR5-6000, RTX 5070 Ti; Laptop: MacBook Pro M1 Pro 14" 16/512; Server: R9-7950X, 192GB DDR5-5600
En dan wel restarten he
Die
T.net ID. Bekijk het maar es eem..
‹(◕‿◕)›
edit: ik denk dat ik steeds minder van apache ga begrijpen
krijg nu een 403 forbidden met Canonicalname off.
Dat was nou ook niet niet de bedoeling
[ Voor 40% gewijzigd door spone op 24-08-2004 18:36 ]
Desktop: i5-14600K, 32GB DDR5-6000, RTX 5070 Ti; Laptop: MacBook Pro M1 Pro 14" 16/512; Server: R9-7950X, 192GB DDR5-5600
Verwijderd
Als ik voor een op de server gehoste pagina http://www.domein.net/sub opvraag krijg ik keurig een pagina.
Als ik een gereversede pagina http://www.domein.net/reverse opvraag krijg ik een 404 error. Als ik echter http://www.domein.net/reverse/ opvraag gaat alles goed.
Enig idee waar ik dit moet zoeken?
Verwijderd