Darrell Eddy
Darrell Eddy wrote:
>
> I am running a Netware 6.5 server with Apache, MySQL and PHP services. I
> also use mod_edir to allow them to store their web pages in a directory in
> their home directories (public_html). This lets us access their web page
> via "www.web.edu/~username". I want to migrate to an OES Linux by adding it
> to the edir 8.8 three as a LAMP server. What can I use to achieve the same
> functionality?
I'm afraid nothing, sorry.
> Will I be able to keep the web page storage on an existing
> Netware 6.5 server that holds their "home/public_html" directories?
No. At least not without *a lot* of work. For a start, Linux *must*
permanently mount any remote filesystem it wants to access. That said,
the homedirs in reality must exist on the local server where Apache runs
on. Additionally, it can only use the linux users homdirs, but not the
eDirectory one, at least not without doing all this manually yourself.
There is no even remotely functional equivalent to mod_edir on linux I'm
afraid.
CU,
--
Massimo Rosen
Novell Product Support Forum Sysop
No emails please!
http://www.cfc-it.de
With this in mind, what do you suggest my course of action should be? I am
a Linux newbie so this will be a learning process for me.
Darrell
"Massimo Rosen" <mros...@SPAMcfc-it.de> wrote in message
news:4B261C27...@SPAMcfc-it.de...
Darrell Eddy wrote:
>
> Thanks for the reply,
>
> With this in mind, what do you suggest my course of action should be? I am
> a Linux newbie so this will be a learning process for me.
I wish I had an answer to that, sorry. :(
> With this in mind, what do you suggest my course of action should be? I am
> a Linux newbie so this will be a learning process for me.
So you want to move from Apache on NetWare handling personal web pages
to Apache on Linux.
Where do the home directories live - stay on the NetWare server or move
to Linux?
--
Simon
Novell Knowledge Partner (NKP)
------------------------------------------------------------------------
Do you work with Novell technologies at a university, college or school?
If so, your campus could benefit from joining the Novell Technology
Transfer Partners (TTP) group. See www.novell.com/ttp for more details.
------------------------------------------------------------------------
Darrell
"Simon Flood" <smf...@no-mx.forums.novell.com> wrote in message
news:AQJVm.5281$fB....@kovat.provo.novell.com...
Build OES Linux A.M.P. web server
Use the UserDir directive so that when users type
"http://example.com/~username/" they will get content out of the home
directory of the user "username"
I will have both a web and users file system on the Linux server
Because I still have some apps the depend on NetWare running on our main
server, the main users home directory will be on Netware and the user web
directory will be on the Linux box.
So, from the login script, I currently map the users home directory to H:
"Netware-server\users:\home\username\"; and their web directory to W:
"Netware-server\users:\home\username\public_html" as both reside on the
Netware box. With all else being equal, the users web directory will now be
on the Linux box under OES-Linux-Server\user:\username\public_html. Should
I use NSS or the Linux file system for the partitions that will hold the
user directories so that they can map to them? I am new to Linux just need
some guidance.
Thanks in advance for your help,
Darrell Eddy
"Darrell Eddy" <ed...@latech.edu> wrote in message
news:r0QVm.5359$fB....@kovat.provo.novell.com...