On Mon, Dec 7, 2009 at 02:13, Chakotey STME <[email protected]> wrote:

> Hi,
>
> thanks for your answer.
> I tried to configure my webserver (apache).
>
> Now I have these lines in my httpd-vhosts.conf (which are no comments):
>
> NameVirtualHost *:80
>
> NameVirtualHost 127.0.0.1
>
>
> <VirtualHost 127.0.0.1>
>     ServerName localhost
>     AddType text/html .shtml
>     AddHandler server-parsed .shtml
>     ServerAdmin webmas...@localhost
>     DocumentRoot "E:/Stefan/Studium/5.
> Semester/Studienarbeit/Programme/qooxdoo/"
>     ScriptAlias /cgi-bin/ "c:/XAMPP/xampp/htdocs/cgi-bin/"
>
>     <Directory "E:/Stefan/Studium/5.
> Semester/Studienarbeit/Programme/qooxdoo/">
>
>         Options FollowSymLinks
>         AllowOverride None
>                 Order Allow,Deny
>                 Allow from All
>     </Directory>
>     ServerSignature On
> </VirtualHost>
>
> E:/Stefan/Studium/5. Semester/Studienarbeit/Programme/qooxdoo/ has
> qooxdoo-0.8.3-sdk as subdirectory.
> And qooxdoo-0.8.3-sdk has some further elements:
> application (directory)
> component (directory)
> framework (directory)
> tool (directory)
> index.html
> license.txt
> readme.txt
> version.txt
>
> But it doesn't work. If I open my source version index.html as file (from
> C:\XAMPP\xampp\htdocs\source) I get the same failure.
> And if I open the source version via webserver I only can see the title of
> the website - but my real qooxdoo-program I cannot see.
> Do you know why?
>
> Is my apache configuration wrong?
>

Yes, you're not understanding a key point: BOTH THE QOOXDOO SDK AND YOUR
APPLICATION MUST BE UNDER THE SAME DOCUMENT ROOT OF YOUR NEW VIRTUAL HOST ON
THE WEB SERVER.

If you don't have this working by next week, I'll see if I can help you more
with it. Right now, I'm really sorry, I just don't have the time. :-(
Hopefully someone else will be able to point you in the right direction
sooner.

Derrell
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to