Schrift
[thread]3233[/thread]

Apache Config



<< >> 3 Einträge, 1 Seite
bo
 2007-04-18 16:13
#30357 #30357
User since
2006-05-09
76 Artikel
BenutzerIn
[default_avatar]
hallo community,

folgendes problem: auf einem xp-rechner läuft apache 2.2 und bugzilla und ist erreichbar mit http://servername/bugzilla
jetzt will ich, dass auch eine mit doxygen erzeugte dokumentation online ist

hier ein auszug aus http.conf (wie in der bugzilla-doku beschrieben)
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DocumentRoot "C:/www/bugzilla-2.22.2"

<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>

<Directory "C:/www/bugzilla-2.22.2">
Options Indexes FollowSymLinks ExecCGI
AllowOverrdide All
Allow from all
ScriptInterpreterSource Registry-Strict
DirectoryIndex index.cgi
</Directory>

<IfModule alias_module>
Alias /bugzilla "C:/www/bugzilla-2.22.2/"
</IfModule>

wie muss ich die config erweitern, dass mit http://servername/doxygen c:/www/doxygen/html/index.html gestartet wird?

danke schonmal :)
renee
 2007-04-18 16:25
#30358 #30358
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Code: (dl )
1
2
3
4
<IfModule alias_module>
Alias /bugzilla "C:/www/bugzilla-2.22.2/"
Alias /doxygen "C:/www/doxygen/html/"
</IfModule>
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/
bo
 2007-04-18 16:29
#30359 #30359
User since
2006-05-09
76 Artikel
BenutzerIn
[default_avatar]
mmh, das war ja einfach :)

danke schön
<< >> 3 Einträge, 1 Seite



View all threads created 2007-04-18 16:13.