Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Site Definition

New Here ,
Apr 16, 2008 Apr 16, 2008
Hi,
I have 2 boxes:
box 1 with win xp where i develop web apps using studio mx 2004
box 2 with fedora 8 where i develop dinamic apps using apache, mysql and php

Both boxes are connected via samba.

In dreamweaver i need to define a test site which should be one of my directories of box 2, say in /home/my_user/test_site/

My question is, how should i configure dreamweaver and apache in order to serve pages from /home/my_user/test_site?

Thanks in advance
TOPICS
Server side applications
297
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 17, 2008 Apr 17, 2008
> My question is, how should i configure dreamweaver and apache in order to
> serve pages from /home/my_user/test_site?

Here's my configuration:

Box 1 - Vista Ultimate (main development box)
Box 2 - Ubuntu/PHP/MySQL (box name 'Ubuntu')

My local files are on a shared, network drive. My Testing server is
\\Ubuntu\Testing\foldername, and my prefix is http://Ubuntu/foldername/.

The Testing server link points into the specific folder created in Apache's
root.

It all works pretty well (although a little slowly because of the local file
sharing).

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"i.frame.0" <webforumsuser@macromedia.com> wrote in message
news:fu64fc$lj4$1@forums.macromedia.com...
> Hi,
> I have 2 boxes:
> box 1 with win xp where i develop web apps using studio mx 2004
> box 2 with fedora 8 where i develop dinamic apps using apache, mysql
> and php
>
> Both boxes are connected via samba.
>
> In dreamweaver i need to define a test site which should be one of my
> directories of box 2, say in /home/my_user/test_site/
>
> My question is, how should i configure dreamweaver and apache in order to
> serve pages from /home/my_user/test_site?
>
> Thanks in advance
>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 17, 2008 Apr 17, 2008
LATEST
Hi Murray,

thanks for your advice.

I have still one question, what are the directives in /etc/http/conf/httpd.conf in order to be able to serve from /home/myUser/test_site?

I created a sym link to /home/my_user/test_site/ in my root server but i still can't serve pages

Thx in advance
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines