[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Re: [Qube2] FP 2K Disable.Subweb



On Wed, 05 Apr 2000 18:16:23 -0700, Will DeHaan <will@xxxxxxxxxx> wrote:

Followed your instructions and still had errors with enable and disable, to
wit:

First, I removed the ill-fated test subweb manually without trouble. Every
thing looked clean. Then,

                 /SNIP/

(1)

I created sub-web = test, fp username = test, pw = test and had error
/usr/bin/find: /home/httpd/html/: No such file or directory - ?? 

Which .htaccess is this trying to adjust?

Your instructions:

:>./enable.subweb <sub-web> <frontpage username> <password>
:>
:>To create a subweb called "marketing", accessible by the FrontPage user
:>"joey" with password "abc123", run the following command: 
:>
:>./enable.subweb marketing joey abc123

[root@www bin]# ./enable.subweb test test test

Cobalt Networks FrontPage Setup Tool

Creating FrontPage sub-web "test"

FrontPage user: test 
      password: test

Temporarily renaming .htaccess files
/usr/bin/find: /home/httpd/html/: No such file or directory
Running fpsrvadm.exe:

Starting install, port: 80, web: "test"

Creating web http://www.domain.com/test
Chowning Content in service test
Chmoding Extensions in service /test
Install completed.

fpsrvadm.exe finished
Fixing page counter file permissions
/usr/bin/find: /home/httpd/html/: No such file or directory
Restoring .htaccess files
/usr/bin/find: /home/httpd/html/: No such file or directory

Subweb test was created at /home/groups/home/test  ... e.g.,

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName test
AuthUserFile /home/groups/home/test/_vti_pvt/service.pwd
AuthGroupFile /home/groups/home/test/_vti_pvt/service.grp

(2) 

Next I attempted to remove the newly created subweb with:

[root@www bin]# ./disable.subweb test

Cobalt Networks FrontPage Setup Tool

Removing FrontPage sub-web "test" 

Running fpsrvadm.exe:

Starting delete, port: 80, web: "test"

Created: 11 Aug 1999 17:35:55 -0700
Version: 3.0.2.1330
The server administration programs and the server extensions on the web
server are not compatible. The server is too old to use with this
administration program.

fpsrvadm.exe finished
Restarting the web server

Would not this error suggest (as was my initial thought) that the
Qube2-Update-OS-2.0.pkg updated the enable and disable programs, but did not
update the fpsrvadm.exe program?

-rwxr-xr-x   1 root     root         1315 Mar 24 16:57 disable.subweb
-rwxr-xr-x   1 root     root         2549 Mar 24 16:57 enable.subweb
-rwxr-xr-x   1 root     root      6244484 Aug  5  1999 fpsrvadm.exe
-rw-r--r--   1 root     root         2443 Aug  5  1999 postinfo.htm

(I applied the pkg containing the FP 2K updates on 24 March 2000).

Just not having a bunch of luck with this. 

I can remove the subweb manually as before, but now what?


:>Give them a subweb, not a user web. 

I can browse to http://www.domain.com/test so it appears the subweb is
established (even though the page that is displayed is an index - it needs a
default.html, thought the server had an option to not display indexes - uhm,
more study).

I can also connect to test with the FP 2K client using uid test and pw test.
Hence, some progress has been made.

Hate to bother you, but I do appreciate the help.

Mike.